From 53e08d36ffc292af7b1f9ba1568ac29ceaaf60a0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 6 Jun 2022 16:23:26 +0200 Subject: [PATCH] Add wxPopupTransientWindow wxOSX fix to the change log --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index e0f13a293f..abe53daf6a 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -286,6 +286,7 @@ wxOSX: - Fix disappearing dialogs when using Spaces. - Suppress menu items automatically added by macOS 12. +- Allow user input in wxPopupTransientWindow. - Don't touch existing libraries in make install (Lauri Nurmi). - Generate events for 4th and 5th mouse buttons (Lauri Nurmi).