projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da65a43
)
Fiddling with the resize a bit
author
Robin Dunn
<robin@alldunn.com>
Mon, 15 Mar 2004 23:09:18 +0000
(23:09 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Mon, 15 Mar 2004 23:09:18 +0000
(23:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26224
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/demo/run.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/demo/run.py
b/wxPython/demo/run.py
index f420f705d95620ee989975c31e3a94fa505d74e7..a267dfd0899d55b1f9abaabd4c3c7c0f9ebd0d80 100755
(executable)
--- a/
wxPython/demo/run.py
+++ b/
wxPython/demo/run.py
@@
-93,7
+93,7
@@
class RunDemoApp(wx.App):
frect = frame.otherWin.GetRect()
p = wx.Panel(frame, -1)
b = wx.Button(p, -1, " Exit ", (10,10))
-
frame.SetSize(
(200, 100))
+
wx.CallAfter(frame.SetClientSize,
(200, 100))
frame.Bind(wx.EVT_BUTTON, self.OnButton, b)
else:
# It was probably a dialog or something that is already