1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-22 15:38:02 +02:00

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

see also commit e815949535d73e46d048c79f706024ee6669df11
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; mDragging = false;
mSeeking = false; mSeeking = false;
AdornedRulerPanel::Get( *mProject ).DrawBothOverlays();
CheckMenuItems(); CheckMenuItems();
} }