mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
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:
parent
8c41fc7dd0
commit
1ce0641172
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue