Keep a reference to the data parameter in wxFindReplaceDialog ctor

This commit is contained in:
Robin Dunn
2019-09-05 19:49:44 -07:00
parent 46ca3dbc70
commit 5ab7848288

View File

@@ -54,7 +54,7 @@ def run():
c = module.find('wxFindReplaceDialog')
tools.fixTopLevelWindowClass(c)
c.find('wxFindReplaceDialog.data').keepReference = True
#-----------------------------------------------------------------
tools.doCommonTweaks(module)