mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
triggerbox: remove "use follow action" as an explicit property of a trigger (GUI edition, partial)
This commit is contained in:
parent
f339c0b5f9
commit
203017e2d5
3 changed files with 3 additions and 9 deletions
|
|
@ -491,7 +491,7 @@ TriggerEntry::render (ArdourCanvas::Rect const& area, Cairo::RefPtr<Cairo::Conte
|
|||
}
|
||||
|
||||
/* follow-action icon */
|
||||
if (trigger ()->region () && trigger ()->use_follow ()) {
|
||||
if (trigger ()->region () && trigger ()->will_follow ()) {
|
||||
context->set_identity_matrix ();
|
||||
context->translate (self.x0, self.y0 - 0.5);
|
||||
context->translate (width - height, 0); // right side of the widget
|
||||
|
|
@ -519,7 +519,6 @@ TriggerEntry::on_trigger_changed (PropertyChange const& change)
|
|||
interesting_stuff.add (ARDOUR::Properties::launch_style);
|
||||
interesting_stuff.add (ARDOUR::Properties::follow_action0);
|
||||
interesting_stuff.add (ARDOUR::Properties::follow_action1);
|
||||
interesting_stuff.add (ARDOUR::Properties::use_follow);
|
||||
interesting_stuff.add (ARDOUR::Properties::follow_action_probability);
|
||||
interesting_stuff.add (ARDOUR::Properties::follow_count);
|
||||
interesting_stuff.add (ARDOUR::Properties::isolated);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue