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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user