1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-04 15:50:10 +01:00

Fix play from click position when Quick Play Loop in selection.

This commit is contained in:
Steve Daulton
2015-04-20 03:04:47 +00:00
parent 5e27710495
commit 79b7caac07
4 changed files with 20 additions and 1 deletions

View File

@@ -482,6 +482,8 @@ int ControlToolBar::PlayPlayRegion(const SelectedRegion &selectedRegion,
// to indicate backwards play.
const bool looped = options.playLooped;
double startTime = *options.pStartTime;
if (backwards)
std::swap(t0, t1);