1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-14 17:14:07 +01:00

Fix assertion violations about double capture; while still making sure...

... that if you drag-scrub and ESC, you don't get a leftover white guide line.
This commit is contained in:
Paul Licameli
2016-05-10 15:35:46 -04:00
parent 5d533b59c7
commit 928e96c6cc
3 changed files with 7 additions and 22 deletions

View File

@@ -411,11 +411,6 @@ void Scrubber::StopScrubbing()
}
mProject->GetRulerPanel()->HideQuickPlayIndicator();
// Need this in case ruler gets the mouse-up event after escaping scrubbing:
// prevent reappearance of the
// quick play guideline
mProject->GetRulerPanel()->IgnoreMouseUp();
}
bool Scrubber::IsScrubbing() const