diff --git a/gtk2_ardour/triggerbox_ui.cc b/gtk2_ardour/triggerbox_ui.cc index 619665c925..0ecd3fed91 100644 --- a/gtk2_ardour/triggerbox_ui.cc +++ b/gtk2_ardour/triggerbox_ui.cc @@ -306,6 +306,7 @@ TriggerEntry::draw_launch_icon (Cairo::RefPtr context, float sz, context->stroke (); break; case Trigger::Repeat: //'stutter' shape + set_source_rgba (context, HSV (UIConfiguration::instance ().color ("neutral:midground")).lighter (0.25).color ()); //stutter shape needs to be brighter to maintain balance context->set_line_width (1 * scale); context->move_to ( margin, margin ); context->rel_line_to ( 0, size);