mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 09:03:54 +01:00
When changing the scrub mode via menu command or shortcut, update status bar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user