mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 23:02:42 +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
|
// Hide during transport, or if mouse is not in the ruler, unless scrubbing
|
||||||
if ((!ruler->LastCell() || project->IsAudioActive())
|
if ((!ruler->LastCell() || project->IsAudioActive())
|
||||||
&& !project->GetScrubber().IsScrubbing())
|
&& (!project->GetScrubber().IsScrubbing() || project->GetScrubber().IsSpeedPlaying()))
|
||||||
mNewQPIndicatorPos = -1;
|
mNewQPIndicatorPos = -1;
|
||||||
else {
|
else {
|
||||||
double latestEnd =
|
double latestEnd =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user