reset the tooltip text before changing it, this apparently prevents a spurious redraw...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Feb 2009 15:49:10 +0000 (15:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Feb 2009 15:49:10 +0000 (15:49 +0000)
commit4e916e61ea24c165fb55e78172f1093bf7481b48
tree447372ff4f95c60e580bdb7117e23f7b263281f2
parent9d5cfd0e64a2c09d957517405758de680806e674
reset the tooltip text before changing it, this apparently prevents a spurious redraw of the control below it (see #10520)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/msw/tooltip.cpp