]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/FontDialog.py
apparently the check for too small rect is needed not only with wxNB_MULTILINE (see...
[wxWidgets.git] / wxPython / demo / FontDialog.py
index 6457226b33575bed663bde21452508cb9c1493f2..879957544f4a6ef9719a3fc7de641f52d4bf2213 100644 (file)
@@ -134,5 +134,5 @@ to APPLY that information once you get it.
 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:])