1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 14:18:53 +02:00

Likewise, don't crash on command-W while dragging in the timeline ruler.

This commit is contained in:
Paul Licameli 2016-04-25 01:38:07 -04:00
parent cb245d2f79
commit ece29b3ff3

View File

@ -1838,6 +1838,9 @@ AdornedRulerPanel::AdornedRulerPanel(AudacityProject* parent,
AdornedRulerPanel::~AdornedRulerPanel()
{
if(HasCapture())
ReleaseMouse();
// Done with the snap manager
if (mSnapManager) {
delete mSnapManager;