mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
audio clip editor: do not short circuit repeated set_trigger() w/same trigger
This commit is contained in:
parent
9bc1e2ad79
commit
67c45dd44d
1 changed files with 3 additions and 3 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue