revert to use red border to indicate rec-arm instead of pink color

This commit is contained in:
Ben Loftis 2014-03-25 08:02:26 -05:00
parent da36a8ee09
commit 5a90bef08b

View File

@ -125,7 +125,7 @@ RouteUI::init ()
rec_enable_button = manage (new ArdourButton);
rec_enable_button->set_name ("record enable button");
rec_enable_button->set_tweaks (ArdourButton::ImplicitUsesSolidColor);
// rec_enable_button->set_tweaks (ArdourButton::ImplicitUsesSolidColor);
UI::instance()->set_tip (rec_enable_button, _("Enable recording on this track"), "");
show_sends_button = manage (new ArdourButton);