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:
Ben Loftis 2022-07-08 11:09:36 -05:00
parent 15f67632ee
commit 82bdddb829
1 changed files with 1 additions and 0 deletions

View File

@ -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);