chiark / gitweb /
Removed lines causing OSX build issue
authorJustin Nesselrotte <jnesselr@harding.edu>
Tue, 25 Aug 2015 19:23:16 +0000 (13:23 -0600)
committerJustin Nesselrotte <jnesselr@harding.edu>
Tue, 25 Aug 2015 19:23:16 +0000 (13:23 -0600)
This is based off of this web page:
https://scion.duhs.duke.edu/vespa/project/wiki/WxTipsBugsAndQuirks#TheInspector

Cura/gui/app.py

index ecfbc41543e99148964b2663de9aa26607848ed6..9e5e8de66dc90e8376f057e1eb98e5397699f432 100644 (file)
@@ -172,8 +172,8 @@ class CuraApp(wx.App):
                        newVersionDialog.newVersionDialog().Show()
 
                # Must come after creating the main window
-               if version.isDevVersion():
-                       import wx.lib.inspection
+               #if version.isDevVersion():
+                       #import wx.lib.inspection
                        # Show the WX widget inspection tool
                        #wx.lib.inspection.InspectionTool().Show()