mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 02:16:09 +01:00
fix rec-enable button action
This commit is contained in:
parent
9c31ce0fee
commit
af4a72b2d1
1 changed files with 1 additions and 2 deletions
|
|
@ -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)) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue