projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unfortunatelly compiler does not know which bits play here and still warns about...
[wxWidgets.git]
/
wxPython
/
demo
/
LayoutConstraints.py
diff --git
a/wxPython/demo/LayoutConstraints.py
b/wxPython/demo/LayoutConstraints.py
index ec682a5a77a53356701add01918a057c0386968b..abd5e1a8b2c624e471576095059cfe6110d51caa 100644
(file)
--- a/
wxPython/demo/LayoutConstraints.py
+++ b/
wxPython/demo/LayoutConstraints.py
@@
-144,5
+144,5
@@
the constraint is wxAsIs, the dimension will not be changed.
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:]
)