mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 15:20:15 +02:00
Fix assertion on Windows opening ruler menu during scrub
This commit is contained in:
parent
f94612e655
commit
e2fe709928
@ -2400,9 +2400,6 @@ void AdornedRulerPanel::OnMouseEvents(wxMouseEvent &evt)
|
|||||||
// Done here, it's too frequent.
|
// Done here, it's too frequent.
|
||||||
// ShowQuickPlayIndicator();
|
// ShowQuickPlayIndicator();
|
||||||
|
|
||||||
if (HasCapture())
|
|
||||||
ReleaseMouse();
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user