mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
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:
@@ -54,7 +54,7 @@ def run():
|
||||
|
||||
c = module.find('wxFindReplaceDialog')
|
||||
tools.fixTopLevelWindowClass(c)
|
||||
|
||||
c.find('wxFindReplaceDialog.data').keepReference = True
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
tools.doCommonTweaks(module)
|
||||
|
||||
Reference in New Issue
Block a user