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:
parent
a320c0c5ae
commit
d8cabc14e5
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user