Use the right classname
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -199,7 +199,7 @@ class PyGridSizer(wx.PySizer):
|
||||
|
||||
|
||||
|
||||
class PyFlexGridSizer(wxGridSizer):
|
||||
class PyFlexGridSizer(PyGridSizer):
|
||||
def __init__(self, rows=0, cols=0, hgap=0, vgap=0):
|
||||
wxGridSizer.__init__(self, rows, cols, hgap, vgap)
|
||||
self.rowHeights = []
|
||||
|
Reference in New Issue
Block a user