projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use default window id
[wxWidgets.git]
/
wxPython
/
demo
/
FloatBar.py
diff --git
a/wxPython/demo/FloatBar.py
b/wxPython/demo/FloatBar.py
index 6b75e9dbee0fad49db35f9bf671c69c82bc7e0e3..8be8583649be3bfcee35ce25bf901281c7f19d5c 100644
(file)
--- a/
wxPython/demo/FloatBar.py
+++ b/
wxPython/demo/FloatBar.py
@@
-107,7
+107,7
@@
close it to make the toolbar return to its original position.
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:]
)