mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
fix Follow-Count widget in clip properties GUI
* add follow_count to all_trigger_props so widget gets updated on selection
This commit is contained in:
parent
15f67632ee
commit
82bdddb829
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ TriggerBox::all_trigger_props()
|
|||
all.add(Properties::use_follow_length);
|
||||
all.add(Properties::quantization);
|
||||
all.add(Properties::follow_length);
|
||||
all.add(Properties::follow_count);
|
||||
all.add(Properties::launch_style);
|
||||
all.add(Properties::follow_action0);
|
||||
all.add(Properties::follow_action1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue