13
0

trigger_ui: Stop All Cues can be queued just like the Cues can. So color it like a timeline marker(?)

This commit is contained in:
Ben Loftis 2022-02-14 21:03:23 -06:00
parent 8c41fc7dd0
commit 1ce0641172

View File

@ -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