From 040763282f04a5b98f89c054b254993d1a8ca618 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 8 May 2018 18:41:51 -0700 Subject: [PATCH] Merge pull request #847 from RobinD42/fix-issue815 Update wxWidgets submodule link (cherry picked from commit 22c12acb0fa1caade5b33ea89376813d3f3452da) --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3a12a7e9..38ba172d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -119,6 +119,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. +