a little cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7ab7156341
commit
2d830433c3
@ -57,8 +57,7 @@ class DoodleFrame(wx.Frame):
|
||||
box.Add(self.doodle, 1, wx.EXPAND)
|
||||
|
||||
# Tell the frame that it should layout itself in response to
|
||||
# size events.
|
||||
self.SetAutoLayout(True)
|
||||
# size events using this sizer.
|
||||
self.SetSizer(box)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user