mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:19:05 +08:00
Correctly select the color mode from GUI - this fixes bug #8040
This commit is contained in:
parent
9228cb7d0c
commit
0a8f94f82e
@ -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