triggerbox: CAS-based property updating GUI editing

Follow actions are now set by two distinct methods, not one
This commit is contained in:
Paul Davis 2022-01-25 18:07:13 -07:00
parent ccf90a9181
commit b6f37f11be
4 changed files with 10 additions and 6 deletions

View file

@ -432,7 +432,7 @@ TriggerEntry::render (ArdourCanvas::Rect const& area, Cairo::RefPtr<Cairo::Conte
render_children (area, context);
if (trigger ()->scene_isolated ()) {
if (trigger ()->cue_isolated ()) {
/* left shadow */
context->set_identity_matrix ();
context->translate (self.x0, self.y0 - 0.5);