diff --git a/etg/auibook.py b/etg/auibook.py index 549fed32..2b92b412 100644 --- a/etg/auibook.py +++ b/etg/auibook.py @@ -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) #-----------------------------------------------------------------