]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/GridSimple.py
reverted part of patch 1610494 (rev 1.35) which broke handling of ends of lines
[wxWidgets.git] / wxPython / demo / GridSimple.py
index 0748d09f7e16b2929eb8ade1ac869032d51376e6..ab358bff2454ad83640ce8135aa571bf1afdae8d 100644 (file)
@@ -242,7 +242,8 @@ class TestFrame(wx.Frame):
 
 if __name__ == '__main__':
     import sys
-    app = wx.PySimpleApp()
+    from wx.lib.mixins.inspect import InspectableApp
+    app = InspectableApp(False)
     frame = TestFrame(None, sys.stdout)
     frame.Show(True)
     #import wx.py