Bug 2358 - Loop Quick-Play does not scroll when playing

This commit is contained in:
Leland Lucius 2020-04-18 16:49:06 -05:00
parent 6c605c8d6a
commit 7c8bef9467

View File

@ -200,7 +200,6 @@ void PlayIndicatorOverlay::OnTimer(wxCommandEvent &event)
// PRL: and not scrolling with play/record head fixed
auto mode = ProjectAudioManager::Get( *mProject ).GetLastPlayMode();
if (!pinned &&
mode != PlayMode::loopedPlay &&
mode != PlayMode::oneSecondPlay &&
!gAudioIO->IsPaused())
{