mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
Don't remove wxPropertyGrid virtuals when calling fixWindowClass
Fixes #1765
This commit is contained in:
@@ -42,7 +42,7 @@ def run():
|
||||
c = module.find('wxPropertyGrid')
|
||||
assert isinstance(c, etgtools.ClassDef)
|
||||
c.bases[0] = 'wxControl' # sip can't handle wxScrolled<wxControl>. See also below.
|
||||
tools.fixWindowClass(c)
|
||||
tools.fixWindowClass(c, False)
|
||||
module.addGlobalStr('wxPropertyGridNameStr', c)
|
||||
|
||||
for name in ['RegisterEditorClass', 'DoRegisterEditorClass']:
|
||||
|
Reference in New Issue
Block a user