mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Lots of updates to get caught up with wxWidgets master (3.1.3+)
This commit is contained in:
@@ -328,12 +328,11 @@ def fixSizerClass(klass):
|
||||
"""
|
||||
removeVirtuals(klass)
|
||||
klass.find('CalcMin').isVirtual = True
|
||||
klass.find('RecalcSizes').isVirtual = True
|
||||
klass.find('RepositionChildren').isVirtual = True
|
||||
|
||||
# in the wxSizer class they are pure-virtual
|
||||
# in the wxSizer class it is pure-virtual
|
||||
if klass.name == 'wxSizer':
|
||||
klass.find('CalcMin').isPureVirtual = True
|
||||
klass.find('RecalcSizes').isPureVirtual = True
|
||||
|
||||
|
||||
def fixBookctrlClass(klass):
|
||||
|
||||
Reference in New Issue
Block a user