mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
use new 'special' rec-en button
This commit is contained in:
parent
1592d04828
commit
5d5d859c2a
3 changed files with 1 additions and 6 deletions
|
|
@ -357,7 +357,6 @@ void
|
|||
MeterStrip::set_button_names()
|
||||
{
|
||||
mute_button->set_text (_("M"));
|
||||
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