From 5d0944d49fee12e7c8e18a2e26e567d15a0897b6 Mon Sep 17 00:00:00 2001 From: Metallicow Date: Tue, 4 Aug 2020 16:30:36 -0500 Subject: [PATCH] CHANGES: Added wx.lib.agw.aui.AUI_DOCKART_HINT_WINDOW_BORDER_COLOUR constant * Added wx.lib.agw.aui.AUI_DOCKART_HINT_WINDOW_BORDER_COLOUR constant so the hint window border color can be themed as well. --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e4728000..10e6752e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -58,6 +58,9 @@ New and improved in this release: * Simplified the implementation of the wx.App.InitLocale method. See the MigrationGuide for more information. +* Added wx.lib.agw.aui.AUI_DOCKART_HINT_WINDOW_BORDER_COLOUR constant + so the hint window border color can be themed as well. +