From 2d830433c316bbe8ad75b3ecca8f05855e3fef07 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 7 Feb 2005 20:43:22 +0000 Subject: [PATCH] a little cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/samples/doodle/superdoodle.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.45.2