Skip to content

Commit

Permalink
Fix the use of the output parameter in HtmlWindow.OnOpeningURL the sa…
Browse files Browse the repository at this point in the history
…me way

it was fixed in HtmlWindowInterface.OnHTMLOpeningURL.
  • Loading branch information
RobinD42 committed Feb 12, 2019
1 parent 385fc69 commit b0436ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -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)




Expand Down
2 changes: 2 additions & 0 deletions etg/htmlwin.py
Expand Up @@ -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',
Expand Down

0 comments on commit b0436ce

Please sign in to comment.