mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:56:05 +08:00
Merge pull request #8041 from michalsc/master
Correctly select the color mode from GUI - this fixes bug #8040
This commit is contained in:
commit
8ff62844df
@ -172,7 +172,7 @@ class ImageReaderUI(QObject):
|
||||
|
||||
@pyqtSlot(int)
|
||||
def onColorModelChanged(self, value):
|
||||
self.use_transparency_model = (value == 0)
|
||||
self.use_transparency_model = (value == 1)
|
||||
|
||||
@pyqtSlot(int)
|
||||
def onTransmittanceChanged(self, value):
|
||||
|
Loading…
x
Reference in New Issue
Block a user