X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31e36465d04801f77b6880355c3bb07bded2a650..db4daa84f5d138d1fa045b6585832aa4eeeb4682:/wxPython/demo/run.py diff --git a/wxPython/demo/run.py b/wxPython/demo/run.py index 336f5bf648..a267dfd089 100755 --- a/wxPython/demo/run.py +++ b/wxPython/demo/run.py @@ -93,9 +93,7 @@ class RunDemoApp(wx.App): frect = frame.otherWin.GetRect() p = wx.Panel(frame, -1) b = wx.Button(p, -1, " Exit ", (10,10)) - p.Fit() - #frame.SetClientSize(p.GetSize()) - 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