mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-21 06:58:02 +02:00
When changing the scrub mode via menu command or shortcut, update status bar
This commit is contained in:
parent
5be4f60a4e
commit
a57ef7a560
@ -613,6 +613,10 @@ void Scrubber::DoScrub(bool scroll, bool seek)
|
|||||||
mAlwaysSeeking = seek;
|
mAlwaysSeeking = seek;
|
||||||
UncheckAllMenuItems();
|
UncheckAllMenuItems();
|
||||||
CheckMenuItem();
|
CheckMenuItem();
|
||||||
|
|
||||||
|
// Show the correct status.
|
||||||
|
const auto ctb = mProject->GetControlToolBar();
|
||||||
|
ctb->UpdateStatusBar(mProject);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// This will call back to Scrubber::StopScrubbing
|
// This will call back to Scrubber::StopScrubbing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user