From 7b92350b2ea898a9aaf403134a38b4ff9fca9997 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 7 Oct 2003 23:04:44 +0000 Subject: [PATCH] restore status bar text after a menu has been shown git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index fe8f16b0fa..18ab3b5253 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -81,6 +81,7 @@ All (GUI): - wxToolBar::ToggleTool() now works for radio buttons (Dag Ă…gren) - wxListCtrl now sends an END_LABEL event if editing was cancelled, too - bug in wxRect ctor from two [out of order] wxPoints fixed (Steve Cornett) +- status text is now restored after wxMenu help is shown in it wxMSW: -- 2.45.2