mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
amend 7be3c88a, update rec-en color
This commit is contained in:
parent
7be3c88a3e
commit
d6454dfb36
3 changed files with 4 additions and 4 deletions
|
|
@ -355,7 +355,7 @@ void
|
|||
MeterStrip::set_button_names()
|
||||
{
|
||||
mute_button->set_text (_("M"));
|
||||
rec_enable_button->set_markup ("<span color=\"#cc0000\">\u25CF</span>");
|
||||
rec_enable_button->set_markup ("<span color=\"#f46f6f\">\u25CF</span>");
|
||||
|
||||
if (_route && _route->solo_safe()) {
|
||||
solo_button->set_visual_state (Gtkmm2ext::VisualState (solo_button->visual_state() | Gtkmm2ext::Insensitive));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue