audio clip editor: do not short circuit repeated set_trigger() w/same trigger

This commit is contained in:
Paul Davis 2025-10-25 15:16:15 -06:00
parent 9bc1e2ad79
commit 67c45dd44d

View file

@ -472,9 +472,9 @@ AudioClipEditor::set_trigger (TriggerReference& tr)
{
EC_LOCAL_TEMPO_SCOPE;
if (tr == ref) {
return;
}
// if (tr == ref) {
// return;
// }
CueEditor::set_trigger (tr);
rec_box.show ();