]> git.saurik.com Git - wxWidgets.git/commitdiff
a little cleanup
authorRobin Dunn <robin@alldunn.com>
Mon, 7 Feb 2005 20:43:22 +0000 (20:43 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 7 Feb 2005 20:43:22 +0000 (20:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/samples/doodle/superdoodle.py

index 515758aa12ff451505cbe24d1800098fc37b70c9..0b95c066daac3431750aeef6204249cfa04fac50 100644 (file)
@@ -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)