Interpret wxRect passed to wxRichToolTip::ShowFor() as client coords.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Mar 2013 12:11:36 +0000 (12:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Mar 2013 12:11:36 +0000 (12:11 +0000)
commit4efbeff4a5aefd3fd7f482a5ff4b3bd74a25b685
tree723c5ed179f9babf1afcbee060f7933931748239
parentf6268c151c84762a9d664b6e9a7e938ef2619415
Interpret wxRect passed to wxRichToolTip::ShowFor() as client coords.

It makes more sense to use the window coordinates here instead of the screen
ones.

Closes #15060.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/richtooltip.h
src/generic/richtooltipg.cpp