Merge pull request #847 from RobinD42/fix-issue815

Update wxWidgets submodule link
This commit is contained in:
Robin Dunn
2018-05-08 18:41:51 -07:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -86,6 +86,11 @@ Changes in this release include the following:
* Updated the waf tool used by the build to version 2.0.7. This fixes problems
with building for Python 3.7.
* Fixed alignment in buttons on MSW which have had foreground or background
colors set. (#815)
* Fix for unexpected assertion inside wx.aui.AuiMDIChildFrame.Close.