1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-14 16:46:28 +01: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.
// ShowQuickPlayIndicator();
if (HasCapture())
ReleaseMouse();
return;
}
}