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:
parent
1b8f3daaec
commit
c72bb76301
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user