mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +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::Seek
|
||||||
: ControlToolBar::PlayAppearance::Scrub);
|
: ControlToolBar::PlayAppearance::Scrub);
|
||||||
|
|
||||||
ctb->UpdateStatusBar(mProject);
|
|
||||||
|
|
||||||
mScrubStartPosition = xx;
|
mScrubStartPosition = xx;
|
||||||
|
ctb->UpdateStatusBar(mProject);
|
||||||
mOptions.startClockTimeMillis = ::wxGetLocalTimeMillis();
|
mOptions.startClockTimeMillis = ::wxGetLocalTimeMillis();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user