mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 01:56:03 +08:00
Refresh the 3D window after updating the project planner preferences.
This commit is contained in:
parent
4d39ce07df
commit
a4e59eb062
@ -1022,6 +1022,7 @@ class preferencesDialog(configBase.configWindowBase):
|
|||||||
def OnClose(self, e):
|
def OnClose(self, e):
|
||||||
self.parent.headSizeMin = util3d.Vector3(profile.getPreferenceFloat('extruder_head_size_min_x'), profile.getPreferenceFloat('extruder_head_size_min_y'),0)
|
self.parent.headSizeMin = util3d.Vector3(profile.getPreferenceFloat('extruder_head_size_min_x'), profile.getPreferenceFloat('extruder_head_size_min_y'),0)
|
||||||
self.parent.headSizeMax = util3d.Vector3(profile.getPreferenceFloat('extruder_head_size_max_x'), profile.getPreferenceFloat('extruder_head_size_max_y'),0)
|
self.parent.headSizeMax = util3d.Vector3(profile.getPreferenceFloat('extruder_head_size_max_x'), profile.getPreferenceFloat('extruder_head_size_max_y'),0)
|
||||||
|
self.parent.Refresh()
|
||||||
|
|
||||||
self.MakeModal(False)
|
self.MakeModal(False)
|
||||||
self.Destroy()
|
self.Destroy()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user