summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-03-25 08:02:26 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-03-25 08:02:26 -0500
commit5a90bef08b537b55243db83311a9e005fa1b7d42 (patch)
tree3dc1d4f1823e66e2b13ec35d34726eeb7231c2c5 /gtk2_ardour/route_ui.cc
parentda36a8ee0908b89c46926f7c0a037c764831c51c (diff)
revert to use red border to indicate rec-arm instead of pink color
Diffstat (limited to 'gtk2_ardour/route_ui.cc')
-rw-r--r--gtk2_ardour/route_ui.cc2
1 files changed, 1 insertions, 1 deletions
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);