Merge pull request #1201 from RobinD42/fix-issue1198

Fix access to members of transient wx.VisualAttributes

(cherry picked from commit d6324a0578)
This commit is contained in:
Robin Dunn
2019-04-13 16:24:46 -07:00
parent f0e0d80dd8
commit 0378328d45
7 changed files with 89 additions and 9 deletions

View File

@@ -61,7 +61,10 @@ Changes in this release include the following:
* Fix the use of the output parameter in HtmlWindow.OnOpeningURL the same way
it was fixed in HtmlWindowInterface.OnHTMLOpeningURL. (#1068)
* Fixed a crashing bug when using a member of a transient wx.VisualAttributes
object. Also set the attributes to be read-only to simplify the fix. (#1198).