mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01: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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user