1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

Revert the rest of it

This commit is contained in:
Paul-Licameli 2015-04-21 19:50:06 -04:00
parent a320c0c5ae
commit d8cabc14e5

View File

@ -2043,7 +2043,7 @@ void AdornedRulerPanel::OnMouseEvents(wxMouseEvent &evt)
AudioIOStartStreamOptions options(mProject->GetDefaultPlayOptions());
options.playLooped = (loopEnabled && evt.ShiftDown());
options.pStartTime = &mPlayRegionStart;
// options.pStartTime = &mPlayRegionStart;
ctb->PlayPlayRegion((SelectedRegion(start, end)),
options,
evt.ControlDown(),