X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b68eef002dcb16d6f97215cd224573c6c52a5ca5..b81383bbd984f1b0aad8db92d7be069f2a23fa74:/wxPython/samples/doodle/superdoodle.py diff --git a/wxPython/samples/doodle/superdoodle.py b/wxPython/samples/doodle/superdoodle.py index 515758aa12..0b95c066da 100644 --- a/wxPython/samples/doodle/superdoodle.py +++ b/wxPython/samples/doodle/superdoodle.py @@ -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)