Merge pull request #1348 from wxWidgets/fix-issue1342

Keep a reference to the data parameter in wxFindReplaceDialog ctor

(cherry picked from commit 034ae9a775)
This commit is contained in:
Robin Dunn
2019-09-06 13:02:54 -07:00
committed by Robin Dunn
parent a2449bdf65
commit ec761b32f5

View File

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