1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

This call isn't needed to hide the quick play line at end of scrub...

see also commit e815949535
This commit is contained in:
Paul Licameli
2019-07-03 21:22:14 -04:00
parent 9faa746d4d
commit 8c59b6f1cf

View File

@@ -745,7 +745,6 @@ void Scrubber::StopScrubbing()
mDragging = false;
mSeeking = false;
AdornedRulerPanel::Get( *mProject ).DrawBothOverlays();
CheckMenuItems();
}