projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied patch [ 1378183 ] Mac: wxNotebook::HitTest off by one
[wxWidgets.git]
/
wxPython
/
demo
/
RightTextCtrl.py
diff --git
a/wxPython/demo/RightTextCtrl.py
b/wxPython/demo/RightTextCtrl.py
index aa8e3e8bb10522496aca9550ebdf118c4e26f933..c24da5c13cf6c9663803b2d841032716c16f8f3b 100644
(file)
--- a/
wxPython/demo/RightTextCtrl.py
+++ b/
wxPython/demo/RightTextCtrl.py
@@
-59,4
+59,4
@@
overview = right.__doc__
if __name__ == '__main__':
import sys,os
import run
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:]
)