Skip to content

Commit

Permalink
Add fixWindowClass
Browse files Browse the repository at this point in the history
  • Loading branch information
mesalu committed Jan 8, 2018
1 parent 2adb4aa commit f31d72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etg/auibook.py
Expand Up @@ -95,7 +95,7 @@ def run():
etgtools.ParamDef(type = "long", name = "style", default = "0") ]),
etgtools.MethodDef(type = "bool", name = "IsDragging", classname = "wxAuiTabCtrl", isConst = True)
])

tools.fixWindowClass(c)
module.addItem(c)

#-----------------------------------------------------------------
Expand Down

0 comments on commit f31d72e

Please sign in to comment.