Refresh the 3D window after updating the project planner preferences.

This commit is contained in:
daid 2012-05-16 16:34:28 +02:00
parent 4d39ce07df
commit a4e59eb062

View file

@ -1022,6 +1022,7 @@ class preferencesDialog(configBase.configWindowBase):
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.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.Destroy()