handle starting out with multiple lines of text.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-25 04:58:32 +00:00
parent 75afdc2d72
commit c7c45995e6
2 changed files with 7 additions and 101 deletions

View File

@@ -96,8 +96,8 @@ class TestPanel(wx.Panel):
def OnButton(self, evt):
win = TestFrame(self)
win.Show(True)
self.win = TestFrame(self)
self.win.Show(True)
#----------------------------------------------------------------------