chiark / gitweb /
Go to the ready page after firmware flashing is done.
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 27 Aug 2015 15:52:41 +0000 (11:52 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 27 Aug 2015 15:52:41 +0000 (11:52 -0400)
Fixes T214

Cura/gui/configWizard.py

index aaddabb3cb81c2e3adc77c3e82f644560203a6c3..04ff6cc8461e50fac3b105f0d4f409361f87b5f0 100644 (file)
@@ -1407,6 +1407,7 @@ class LulzbotFirmwareUpdatePage(InfoPage):
        def OnUpgradeClick(self, e):
                if firmwareInstall.InstallFirmware():
                        self.GetParent().FindWindowById(wx.ID_FORWARD).Enable()
+                       self.GetParent().ShowPage(self.GetNext())
 
        def OnSkipClick(self, e):
                dlg = wx.MessageDialog(self,