mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-11 06:17:08 +01:00
wxGrid now derives from wxScrolledCanvas
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user