mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Remove now unneeded tweak for the wxFontInfo ctor
This commit is contained in:
@@ -35,8 +35,6 @@ def run():
|
||||
|
||||
c = module.find('wxFontInfo')
|
||||
assert isinstance(c, etgtools.ClassDef)
|
||||
ctor = c.find('wxFontInfo').findOverload('T pointSize')
|
||||
ctor.find('pointSize').type = 'float'
|
||||
|
||||
c = module.find('wxFont')
|
||||
assert isinstance(c, etgtools.ClassDef)
|
||||
|
||||
Reference in New Issue
Block a user