chiark / gitweb /
Fixing issue 6: rerunning the calibration wizard does not update the filament diamete...
authordaid <daid303@gmail.com>
Mon, 12 Mar 2012 11:23:21 +0000 (12:23 +0100)
committerdaid <daid303@gmail.com>
Mon, 12 Mar 2012 11:23:21 +0000 (12:23 +0100)
SkeinPyPy_NewUI/newui/mainWindow.py

index e1cc265b1d6e644d15405d597f35deb2c0e6e3ab..0ea254f6c4a302abeb2ac54598c5633ab6c5b1cb 100644 (file)
@@ -239,6 +239,7 @@ class mainWindow(configBase.configWindowBase):
 
        def OnFirstRunWizard(self, e):
                configWizard.configWizard()
+               self.updateProfileToControls()
 
        def OnLoadSTL(self, e):
                dlg=wx.FileDialog(self, "Open file to print", self.lastPath, style=wx.FD_OPEN|wx.FD_FILE_MUST_EXIST)