1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 07:10:06 +02:00

Fix assertion on Windows opening ruler menu during scrub

This commit is contained in:
Paul Licameli 2016-06-21 08:51:57 -04:00
parent f94612e655
commit e2fe709928

View File

@ -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;
} }
} }