From 7c8398fafd246841532dc37d6a073feb04f65d39 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Thu, 28 Apr 2016 06:25:20 -0400 Subject: [PATCH] Fix play button appearance during timeline quick play --- src/widgets/Ruler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/Ruler.cpp b/src/widgets/Ruler.cpp index 1474b436b..49f696b76 100644 --- a/src/widgets/Ruler.cpp +++ b/src/widgets/Ruler.cpp @@ -2461,7 +2461,7 @@ void AdornedRulerPanel::OnMouseEvents(wxMouseEvent &evt) ControlToolBar::PlayAppearance appearance = evt.ControlDown() ? ControlToolBar::PlayAppearance::CutPreview - : loopEnabled ? ControlToolBar::PlayAppearance::Looped + : options.playLooped ? ControlToolBar::PlayAppearance::Looped : ControlToolBar::PlayAppearance::Straight; ctb->PlayPlayRegion((SelectedRegion(start, end)), options, PlayMode::normalPlay,