From: Vadim Zeitlin Date: Tue, 7 Oct 2003 23:04:44 +0000 (+0000) Subject: restore status bar text after a menu has been shown X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7b92350b2ea898a9aaf403134a38b4ff9fca9997 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 --- 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: