wxStdButtonSizer Finalise --> Realize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -193,7 +193,7 @@ class TestValidateDialog(wx.Dialog):
|
||||
b.SetDefault()
|
||||
buttons.AddButton(b)
|
||||
buttons.AddButton(wx.Button(self, wx.ID_CANCEL, "Cancel"))
|
||||
buttons.Finalise()
|
||||
buttons.Realize()
|
||||
|
||||
border = wx.BoxSizer(wx.VERTICAL)
|
||||
border.Add(fgs, 1, wx.GROW|wx.ALL, 25)
|
||||
|
Reference in New Issue
Block a user