From 5a90bef08b537b55243db83311a9e005fa1b7d42 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 25 Mar 2014 08:02:26 -0500 Subject: [PATCH] revert to use red border to indicate rec-arm instead of pink color --- gtk2_ardour/route_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index d3e34ddf33..29042560a0 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -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);