1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-12 22:57:43 +02:00

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 // PRL: and not scrolling with play/record head fixed
auto mode = ProjectAudioManager::Get( *mProject ).GetLastPlayMode(); auto mode = ProjectAudioManager::Get( *mProject ).GetLastPlayMode();
if (!pinned && if (!pinned &&
mode != PlayMode::loopedPlay &&
mode != PlayMode::oneSecondPlay && mode != PlayMode::oneSecondPlay &&
!gAudioIO->IsPaused()) !gAudioIO->IsPaused())
{ {