mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 09:00:52 +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 {
|
else {
|
||||||
Filter::spActivePanel = this;
|
Filter::spActivePanel = this;
|
||||||
|
|
||||||
|
#if wxUSE_TOOLTIPS
|
||||||
|
// Remove any outstanding tooltip
|
||||||
|
UnsetToolTip();
|
||||||
|
#endif
|
||||||
|
|
||||||
if( !HasFocus() && AcceptsFocus() )
|
if( !HasFocus() && AcceptsFocus() )
|
||||||
SetFocusIgnoringChildren();
|
SetFocusIgnoringChildren();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user