projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
SetFont may temporarily rset the background to wxNullColour before
[wxWidgets.git]
/
wxPython
/
demo
/
SplitTree.py
diff --git
a/wxPython/demo/SplitTree.py
b/wxPython/demo/SplitTree.py
index c7666ef8165dcfa9307e3be3b9bc1b35a6a183a5..da4156b47a9847f054d77e7d40d67ea8f3df4e32 100644
(file)
--- a/
wxPython/demo/SplitTree.py
+++ b/
wxPython/demo/SplitTree.py
@@
-145,5
+145,5
@@
also be useful by themselves.
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:]
)