mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 11:05:53 +08:00
Also update the simplemode window when you change colours.
This commit is contained in:
parent
50ff10bd6d
commit
f21062e575
@ -308,3 +308,8 @@ class simpleModeWindow(configBase.configWindowBase):
|
|||||||
|
|
||||||
def OnClose(self, e):
|
def OnClose(self, e):
|
||||||
self.Destroy()
|
self.Destroy()
|
||||||
|
|
||||||
|
def updateProfileToControls(self):
|
||||||
|
super(simpleModeWindow, self).updateProfileToControls()
|
||||||
|
self.preview3d.updateProfileToControls()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user