chiark / gitweb /
Disable the back button on the machine select page
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Tue, 2 Jun 2015 17:57:31 +0000 (13:57 -0400)
committernickthetait <tait@alephobjects.com>
Tue, 2 Jun 2015 18:34:07 +0000 (12:34 -0600)
Cura/gui/configWizard.py

index 19cbc68523cef759db31d9883282bea3c08902e2..68b244a0e0209b808ebbcf88e364d16e32634256 100644 (file)
@@ -429,6 +429,9 @@ class MachineSelectPage(InfoPage):
        def AllowNext(self):
                return True
 
+       def AllowBack(self):
+               return False
+
        def StoreData(self):
                profile.putProfileSetting('retraction_enable', 'True')
                if self.Ultimaker2Radio.GetValue() or self.Ultimaker2GoRadio.GetValue() or self.Ultimaker2ExtRadio.GetValue():