]> git.saurik.com Git - wxWidgets.git/commitdiff
mention wxEventUpdateUI::Show() change
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Mar 2006 16:12:07 +0000 (16:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Mar 2006 16:12:07 +0000 (16:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index cec3295248ed828488c196e76cf7faf0518dcb9e..bb9b5f2edfa29748e0fb1a82ea49177c9c859b34 100644 (file)
@@ -89,6 +89,7 @@ All (GUI):
 - Added <disabled> XRC tag for wxToolBar elements and <bg> for wxToolBar itself.
 - Fixed centering of top level windows on secondary displays.
 - Implemented wxDisplay::GetFromWindow() for platforms other than MSW.
+- UpdateUI handler can now show/hide the window too (Ronald Weiss)
 - More than one filter allowed in in wxDocTemplate filter.
 
 wxMSW: