]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/samples/doodle/superdoodle.py
[wxGTK2] Runtime check for pango_font_family_is_monospace in wxFont::GetFamily (gtk2...
[wxWidgets.git] / 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)