Return correct values for GetFieldRect() when using themes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jamie Gadd
2006-01-08 15:33:30 +00:00
parent 2919a8b5af
commit 1feb5443ff
2 changed files with 22 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ wxMSW:
- New TARGET_CPU=amd64 (or 'ia64') option for the makefile.vc files which
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.
wxGTK: