diff --git a/src/tracks/ui/Scrubbing.cpp b/src/tracks/ui/Scrubbing.cpp index 7f1397c5a..5120a004e 100644 --- a/src/tracks/ui/Scrubbing.cpp +++ b/src/tracks/ui/Scrubbing.cpp @@ -272,9 +272,8 @@ void Scrubber::MarkScrubStart( ? ControlToolBar::PlayAppearance::Seek : ControlToolBar::PlayAppearance::Scrub); - ctb->UpdateStatusBar(mProject); - mScrubStartPosition = xx; + ctb->UpdateStatusBar(mProject); mOptions.startClockTimeMillis = ::wxGetLocalTimeMillis(); }