Correct bounding box calculation in wxGTK wxDC::DrawText().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Feb 2010 21:07:32 +0000 (21:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Feb 2010 21:07:32 +0000 (21:07 +0000)
commit2dcf60dab4d60daeeb59b54d96e67006c75f25a8
treec33e29fea39f7af3f71f8189bd57cb7c92caf127
parentb30661fdd01159eceffd1a35dcc51b8a4d803854
Correct bounding box calculation in wxGTK wxDC::DrawText().

Physical coordinates were incorrectly used to update the bounding box instead
of the logical ones.

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