mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-05 13:57:37 +02:00
Don't pass whole TimeTrack to Ruler or Mixer...
... they need only the information in a (Bounded)Envelope.
This commit is contained in:
@@ -1626,7 +1626,7 @@ void AdornedRulerPanel::StartQPPlay(bool looped, bool cutPreview)
|
||||
if (!cutPreview)
|
||||
options.pStartTime = &oldStart;
|
||||
else
|
||||
options.timeTrack = NULL;
|
||||
options.envelope = nullptr;
|
||||
|
||||
auto mode =
|
||||
cutPreview ? PlayMode::cutPreviewPlay
|
||||
|
||||
Reference in New Issue
Block a user