mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Merge pull request #1167 from RobinD42/fix-issue1068
Fix the use of the output parameter in HtmlWindow.OnOpeningURL
This commit is contained in:
@@ -28,6 +28,9 @@ Changes in this release include the following:
|
||||
* Updated wxWidgets commit reference, bringing fixes for #1140, #1086 and
|
||||
#1147.
|
||||
|
||||
* Fix the use of the output parameter in HtmlWindow.OnOpeningURL the same way
|
||||
it was fixed in HtmlWindowInterface.OnHTMLOpeningURL. (#1068)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -48,6 +48,8 @@ def run():
|
||||
tools.fixHtmlSetFonts(c)
|
||||
|
||||
c.find('AddFilter.filter').transfer = True
|
||||
c.find('OnOpeningURL.redirect').out = True
|
||||
c.find('OnOpeningURL.redirect').name = 'redirectTo'
|
||||
|
||||
# Turn the virtual flag back on for some methods
|
||||
for name in [ 'OnLinkClicked',
|
||||
|
||||
Reference in New Issue
Block a user