fix rec-enable button action

This commit is contained in:
Paul Davis 2014-09-04 07:40:43 -04:00
parent 9c31ce0fee
commit af4a72b2d1

View file

@ -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)) {