Also update the simplemode window when you change colours.

This commit is contained in:
daid 2012-07-30 12:28:13 +02:00
parent 50ff10bd6d
commit f21062e575

View 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()