1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-06 14:52:34 +02:00

Bug 1916 - Play at Speed - scrub widget appears unnecessarily

This commit is contained in:
James Crook 2018-08-08 17:58:01 +01:00
parent 175a471261
commit 0fe2659a7b

View File

@ -1846,7 +1846,7 @@ void AdornedRulerPanel::QuickPlayRulerOverlay::Update()
// Hide during transport, or if mouse is not in the ruler, unless scrubbing
if ((!ruler->LastCell() || project->IsAudioActive())
&& !project->GetScrubber().IsScrubbing())
&& (!project->GetScrubber().IsScrubbing() || project->GetScrubber().IsSpeedPlaying()))
mNewQPIndicatorPos = -1;
else {
double latestEnd =