mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-12 06:37:52 +02:00
Bug 2358 - Loop Quick-Play does not scroll when playing
This commit is contained in:
parent
6c605c8d6a
commit
7c8bef9467
@ -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())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user