chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ea4f5f
)
Add a new WX inspection window for devs (disabled)
author
Youness Alaoui
<kakaroto@kakaroto.homelinux.net>
Wed, 15 Jul 2015 17:35:18 +0000
(13:35 -0400)
committer
Youness Alaoui
<kakaroto@kakaroto.homelinux.net>
Wed, 15 Jul 2015 17:50:37 +0000
(13:50 -0400)
Cura/gui/app.py
patch
|
blob
|
history
diff --git
a/Cura/gui/app.py
b/Cura/gui/app.py
index f433bdf1394d6974dc1b2cbc197690322e1e500a..4c4ec2cbc194c8616069e482ea743ccc893fdede 100644
(file)
--- a/
Cura/gui/app.py
+++ b/
Cura/gui/app.py
@@
-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)