1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-21 23:00:06 +02:00

Merge branch 'scrubbing'

* scrubbing:
  Fix play button appearance during timeline quick play
This commit is contained in:
Paul Licameli 2016-04-28 06:25:56 -04:00
commit 3fcb8b4f44

View File

@ -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,