wxGrid now derives from wxScrolledCanvas

This commit is contained in:
Robin Dunn
2019-10-25 21:24:24 -07:00
parent 2062ffaf9f
commit d81d4bd9ff

View File

@@ -424,7 +424,7 @@ def run():
#-----------------------------------------------------------------
c = module.find('wxGrid')
tools.fixWindowClass(c, ignoreProtected=False)
c.bases = ['wxScrolledWindow']
c.bases = ['wxScrolledCanvas']
c.find('GetColLabelAlignment.horiz').out = True
c.find('GetColLabelAlignment.vert').out = True