mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 09:03:54 +01:00
Bug1053: Meaningful status bar messages for scrubbing
This commit is contained in:
@@ -218,6 +218,7 @@ bool Scrubber::MaybeStartScrubbing(const wxMouseEvent &event)
|
||||
mScrubToken =
|
||||
ctb->PlayPlayRegion(SelectedRegion(time0, time1), options,
|
||||
PlayMode::normalPlay, cutPreview, backwards);
|
||||
ctb->UpdateStatusBar(mProject);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user