From: Jamie Gadd Date: Tue, 10 Jan 2006 22:08:52 +0000 (+0000) Subject: Mention statusbar painting fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f01fbad837f6be9afed3e346b1b28dced163c9f5 Mention statusbar painting fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index dbc10707b4..328ed2c45e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -71,6 +71,7 @@ wxMSW: puts 64-bit builds in their own directory and adds /machine:amd64 or ia64 to the link command. - wxStatusBar::GetFieldRect now returns correct values under XP. +- wxStatusBar no longer corrupts surrounding windows on resize. wxGTK: