mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-14 16:46:28 +01:00
Status is "Scrubbing" or "Seeking" not "Playing" at button down
This commit is contained in:
@@ -272,9 +272,8 @@ void Scrubber::MarkScrubStart(
|
||||
? ControlToolBar::PlayAppearance::Seek
|
||||
: ControlToolBar::PlayAppearance::Scrub);
|
||||
|
||||
ctb->UpdateStatusBar(mProject);
|
||||
|
||||
mScrubStartPosition = xx;
|
||||
ctb->UpdateStatusBar(mProject);
|
||||
mOptions.startClockTimeMillis = ::wxGetLocalTimeMillis();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user