mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 14:35:32 +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 {
|
else {
|
||||||
Filter::spActivePanel = this;
|
Filter::spActivePanel = this;
|
||||||
|
|
||||||
|
#if wxUSE_TOOLTIPS
|
||||||
|
// Remove any outstanding tooltip
|
||||||
|
UnsetToolTip();
|
||||||
|
#endif
|
||||||
|
|
||||||
if( !HasFocus() && AcceptsFocus() )
|
if( !HasFocus() && AcceptsFocus() )
|
||||||
SetFocusIgnoringChildren();
|
SetFocusIgnoringChildren();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user