1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 16:39:30 +02:00

Fix flickering TrackPanel tooltip

This commit is contained in:
Paul Licameli 2017-07-17 11:12:20 -04:00
parent 1b8f3daaec
commit c72bb76301

View File

@ -991,7 +991,8 @@ void TrackPanel::HandleMotion
/* i18n-hint Esc is a key on the keyboard */
status += wxT(" "), status += _("(Esc to cancel)");
mListener->TP_DisplayStatusMessage(status);
this->SetToolTip(tooltip);
if (tooltip != GetToolTipText())
this->SetToolTip(tooltip);
if (pCursor)
SetCursor( *pCursor );