mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
triggerbox: CAS-based property updating GUI editing
Follow actions are now set by two distinct methods, not one
This commit is contained in:
parent
ccf90a9181
commit
b6f37f11be
4 changed files with 10 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue