From: daid Date: Mon, 30 Jul 2012 10:28:13 +0000 (+0200) Subject: Also update the simplemode window when you change colours. X-Git-Tag: 12.08~12 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f21062e5758335ad80721722a8606e61d8ea865b;p=cura.git Also update the simplemode window when you change colours. --- diff --git a/Cura/gui/simpleMode.py b/Cura/gui/simpleMode.py index fb207516..266ac2b9 100644 --- a/Cura/gui/simpleMode.py +++ b/Cura/gui/simpleMode.py @@ -308,3 +308,8 @@ class simpleModeWindow(configBase.configWindowBase): def OnClose(self, e): self.Destroy() + + def updateProfileToControls(self): + super(simpleModeWindow, self).updateProfileToControls() + self.preview3d.updateProfileToControls() +