chiark / gitweb /
Add a new WX inspection window for devs (disabled)
[cura.git] / Cura / gui / app.py
index f433bdf1394d6974dc1b2cbc197690322e1e500a..4c4ec2cbc194c8616069e482ea743ccc893fdede 100644 (file)
@@ -161,9 +161,14 @@ class CuraApp(wx.App):
                        profile.putPreference('last_run_version', version.getVersion(False))
                        profile.performVersionUpgrade()
                        #newVersionDialog.newVersionDialog().Show()
+
                if version.isDevVersion():
                        profile.performVersionUpgrade()
 
+                       import wx.lib.inspection
+                       # Show the WX widget inspection tool
+                       #wx.lib.inspection.InspectionTool().Show()
+
 
                setFullScreenCapable(self.mainWindow)