]> git.saurik.com Git - wxWidgets.git/commit - src/msw/slider95.cpp
don't use &this->GetFont(), this is _not_ valid C++ and GetTextExtent() should work...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Jun 2004 15:45:24 +0000 (15:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Jun 2004 15:45:24 +0000 (15:45 +0000)
commit918107037d46362702c0d0f5f5538c5525e97534
tree40f4e7f2c6f539978e91aad974f375f84ebfd9a3
parent2ff56383e629e79a3f4d1ce973e2345c7d4777ea
don't use &this->GetFont(), this is _not_ valid C++ and GetTextExtent() should work correctly with the default value of font parameter anyhow

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