]> git.saurik.com Git - wxWidgets.git/commitdiff
restore status bar text after a menu has been shown
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Oct 2003 23:04:44 +0000 (23:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Oct 2003 23:04:44 +0000 (23:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index fe8f16b0fa62cdb7c0930e4ef228d4b8f24bf101..18ab3b5253c46422c237b964241d31f6ebc285ed 100644 (file)
@@ -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: