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:
parent
175a471261
commit
0fe2659a7b
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user