projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96ac065
)
restore status bar text after a menu has been shown
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 7 Oct 2003 23:04:44 +0000
(23:04 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/docs/changes.txt
b/docs/changes.txt
index fe8f16b0fa62cdb7c0930e4ef228d4b8f24bf101..18ab3b5253c46422c237b964241d31f6ebc285ed 100644
(file)
--- 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: