chiark / gitweb /
Also update the simplemode window when you change colours.
authordaid <daid303@gmail.com>
Mon, 30 Jul 2012 10:28:13 +0000 (12:28 +0200)
committerdaid <daid303@gmail.com>
Mon, 30 Jul 2012 10:28:13 +0000 (12:28 +0200)
Cura/gui/simpleMode.py

index fb207516a0618429eb32d3c87de5fb3f3a30149a..266ac2b9e07040c6da00dd786fda61f14085feb8 100644 (file)
@@ -308,3 +308,8 @@ class simpleModeWindow(configBase.configWindowBase):
        
        def OnClose(self, e):
                self.Destroy()
+
+       def updateProfileToControls(self):
+               super(simpleModeWindow, self).updateProfileToControls()
+               self.preview3d.updateProfileToControls()
+