mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-24 16:01:16 +02:00
Clear the tooltip when leaving the cell that defines it
This commit is contained in:
parent
a5e2854b73
commit
cc0f76d076
@ -991,8 +991,7 @@ void TrackPanel::HandleMotion
|
||||
/* i18n-hint Esc is a key on the keyboard */
|
||||
status += wxT(" "), status += _("(Esc to cancel)");
|
||||
mListener->TP_DisplayStatusMessage(status);
|
||||
if (!tooltip.empty())
|
||||
this->SetToolTip(tooltip);
|
||||
this->SetToolTip(tooltip);
|
||||
if (pCursor)
|
||||
SetCursor( *pCursor );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user