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