mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Correctly select the color mode from GUI - this fixes bug #8040
This commit is contained in:
parent
9228cb7d0c
commit
0a8f94f82e
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class ImageReaderUI(QObject):
|
||||||
|
|
||||||
@pyqtSlot(int)
|
@pyqtSlot(int)
|
||||||
def onColorModelChanged(self, value):
|
def onColorModelChanged(self, value):
|
||||||
self.use_transparency_model = (value == 0)
|
self.use_transparency_model = (value == 1)
|
||||||
|
|
||||||
@pyqtSlot(int)
|
@pyqtSlot(int)
|
||||||
def onTransmittanceChanged(self, value):
|
def onTransmittanceChanged(self, value):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue