X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5d9c77bb86ba15dd3701b4d6a3539619f89d876..8179a16812e66ff0ac32bb09803e95756350c76c:/wxPython/demo/run.py?ds=sidebyside diff --git a/wxPython/demo/run.py b/wxPython/demo/run.py index f420f705d9..a267dfd089 100755 --- 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