mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Fixes from robins pull reqz comments
changed pull reqz suggestions except for dc.SetBackground(wx.WHITE_BRUSH) per robins suggestions/fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -77,11 +77,11 @@ class TestPanel(wx.Panel):
|
||||
|
||||
|
||||
def OnButton1(self, evt):
|
||||
win = WrapSizerTest1(self, -1, "wx.WrapSizer Demo1", size=(640, 480))
|
||||
win = WrapSizerTest1(self, -1, "wx.WrapSizer HORIZONTAL Demo", size=(640, 480))
|
||||
win.Show(True)
|
||||
|
||||
def OnButton2(self, evt):
|
||||
win = WrapSizerTest2(self, -1, "wx.WrapSizer Demo2", size=(640, 480))
|
||||
win = WrapSizerTest2(self, -1, "wx.WrapSizer VERTICAL Demo", size=(640, 480))
|
||||
win.Show(True)
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user