Bouncing to trigger enables Cue-Page visibility

This commit is contained in:
Robin Gareus 2022-01-31 21:53:47 +01:00
parent 866ba8b174
commit bfc3f6fa4f
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

View File

@ -4288,6 +4288,7 @@ Editor::bounce_range_selection (BounceTarget target, bool enable_processing)
playlist->add_region (copy, start);
} else if (target == NewTrigger) {
rtv->track ()->triggerbox ()->set_from_selection (trigger_slot, r);
rtv->track ()->presentation_info ().set_trigger_track (true);
}
vector<Command*> cmds;