chiark / gitweb /
Update the viewmode combobox image when the viewmode is changed by loading a file...
authordaid303 <daid303@gmail.com>
Fri, 8 Mar 2013 09:24:57 +0000 (10:24 +0100)
committerdaid303 <daid303@gmail.com>
Fri, 8 Mar 2013 09:24:57 +0000 (10:24 +0100)
Cura/gui/util/openglGui.py

index 4700216e2d52d655a88f4f099a3c1cba35a2db0d..438475259f4fd1fceb38659bb1ba3a90ad53506b 100644 (file)
@@ -493,6 +493,7 @@ class glComboButton(glButton):
 
        def setValue(self, value):
                self._selection = value
+               self._imageID = self._imageIDs[self._selection]
                self._comboCallback()
 
        def OnMouseDown(self, x, y):