1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 15:20:15 +02:00

Bug1395: restore the white quick-play guideline

This commit is contained in:
Paul Licameli 2016-06-19 17:38:42 -04:00
parent a18dce3e0a
commit f94612e655

View File

@ -2487,6 +2487,8 @@ void AdornedRulerPanel::OnMouseEvents(wxMouseEvent &evt)
HandleQPRelease(evt); HandleQPRelease(evt);
ShowQuickPlayIndicator(); ShowQuickPlayIndicator();
} }
else // if (!inScrubZone)
ShowQuickPlayIndicator();
} }
} }