From af4a72b2d13e262ae37231891b4d045fa8612fc2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 4 Sep 2014 07:40:43 -0400 Subject: [PATCH] fix rec-enable button action --- gtk2_ardour/route_ui.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index 6901f96123..bfdace35bf 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -667,8 +667,7 @@ RouteUI::rec_enable_press(GdkEventButton* ev) } } -// if (!_i_am_the_modifier && is_track() && rec_enable_button) { - if (!is_track()) { + if (is_track()) { if (Keyboard::is_button2_event (ev)) {