1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 06:09:47 +02:00

When changing the scrub mode via menu command or shortcut, update status bar

This commit is contained in:
Paul Licameli 2016-04-25 15:43:26 -04:00
parent 5be4f60a4e
commit a57ef7a560

View File

@ -613,6 +613,10 @@ void Scrubber::DoScrub(bool scroll, bool seek)
mAlwaysSeeking = seek;
UncheckAllMenuItems();
CheckMenuItem();
// Show the correct status.
const auto ctb = mProject->GetControlToolBar();
ctb->UpdateStatusBar(mProject);
}
else {
// This will call back to Scrubber::StopScrubbing