mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue