mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Merge pull request #1550 from wxWidgets/fix-issue1536
wxHelpControllerBase does not need to be explicitly tagged as abstract
This commit is contained in:
@@ -34,7 +34,6 @@ def run():
|
||||
|
||||
c = module.find('wxHelpControllerBase')
|
||||
assert isinstance(c, etgtools.ClassDef)
|
||||
c.abstract = True
|
||||
|
||||
c.find('GetFrameParameters.size').out = True
|
||||
c.find('GetFrameParameters.pos').out = True
|
||||
|
||||
Reference in New Issue
Block a user