call GetTextExtent() after selecting the correct font into DC in PaintForeground...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Mar 2007 02:25:25 +0000 (02:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Mar 2007 02:25:25 +0000 (02:25 +0000)
commit441dfa1d99912c0b5fd1568efe9ff9df96656819
tree938487c8907460b0900a8f8ed1f90e2ffa847982
parent342a2719e0659ff621ad57111e1d81fd8332b1eb
call GetTextExtent() after selecting the correct font into DC in PaintForeground(), fixes label drawing for non default font sizes (part of patch 1683573)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/statbox.cpp