mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Windows requires an explicit tooltip unset
Linux and Mac did not, but it doesn't hurt to do it for all.
This commit is contained in:
parent
16a8fa71db
commit
ac37d78388
@ -842,6 +842,11 @@ void CellularPanel::HandleClick( const TrackPanelMouseEvent &tpmEvent )
|
||||
else {
|
||||
Filter::spActivePanel = this;
|
||||
|
||||
#if wxUSE_TOOLTIPS
|
||||
// Remove any outstanding tooltip
|
||||
UnsetToolTip();
|
||||
#endif
|
||||
|
||||
if( !HasFocus() && AcceptsFocus() )
|
||||
SetFocusIgnoringChildren();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user