From 1ce06411721052c7da84db34fe56164fe55dbb5a Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Mon, 14 Feb 2022 21:03:23 -0600 Subject: [PATCH] trigger_ui: Stop All Cues can be queued just like the Cues can. So color it like a timeline marker(?) --- gtk2_ardour/trigger_master.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/trigger_master.cc b/gtk2_ardour/trigger_master.cc index 072b40ed7f..11d0f0fa2b 100644 --- a/gtk2_ardour/trigger_master.cc +++ b/gtk2_ardour/trigger_master.cc @@ -628,7 +628,7 @@ void CueMaster::set_default_colors () { set_fill_color (HSV (UIConfiguration::instance ().color ("theme:bg")).darker (0.5).color ()); - stop_shape->set_fill_color (UIConfiguration::instance ().color ("neutral:midground")); + stop_shape->set_fill_color (UIConfiguration::instance ().color ("location marker")); } void