]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/StatusBar.py
pop the menu up on mouse down, not up (this is more common behaviour in Windows and...
[wxWidgets.git] / wxPython / demo / StatusBar.py
index 64aaf4c848b3a6de8616fca91e2c3c67d89a79c0..6cfa844648d562d3f9f3895fa9194764a5580dad 100644 (file)
@@ -119,4 +119,4 @@ field has a clock that shows the current time when it is enabled.
 if __name__ == '__main__':
     import sys,os
     import run
-    run.main(['', os.path.basename(sys.argv[0])])
+    run.main(['', os.path.basename(sys.argv[0])] + sys.argv[1:])