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:
parent
6c605c8d6a
commit
7c8bef9467
@ -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())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user