box.Add(self.doodle, 1, wx.EXPAND)
# Tell the frame that it should layout itself in response to
box.Add(self.doodle, 1, wx.EXPAND)
# Tell the frame that it should layout itself in response to
- dc.DrawLine((10, sz.height/2), (sz.width-10, sz.height/2))
+ dc.DrawLine(10, sz.height/2, sz.width-10, sz.height/2)