diff --git a/etg/propgridproperty.py b/etg/propgridproperty.py index 8b97f191..cf27cd50 100644 --- a/etg/propgridproperty.py +++ b/etg/propgridproperty.py @@ -114,6 +114,7 @@ def run(): doc="Alias for :meth:`SetClientData`", body="self.SetClientData(n, data)") + c.find('GetEditorDialog').factory = True c = module.find('wxPGChoicesData')