]> git.saurik.com Git - wxWidgets.git/commit
made GetTextExtent() work correctly with NULL theFont parameter (m_font might nto...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Jun 2004 15:47:01 +0000 (15:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Jun 2004 15:47:01 +0000 (15:47 +0000)
commit64869ab787854e69b35893728fadd06ec69165e9
treeb909c6d0e023a880989be0b5d67a656e49b33e6c
parent918107037d46362702c0d0f5f5538c5525e97534
made GetTextExtent() work correctly with NULL theFont parameter (m_font might nto be set); drastically simplified it by using helper WindowHDC and SelectInHDC classes instead of the old mess

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