mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
update midi channel button display when mode changes
This commit is contained in:
parent
aa097c9e9f
commit
ea063ade52
1 changed files with 4 additions and 0 deletions
|
|
@ -650,6 +650,8 @@ MidiChannelSelectorWindow::playback_mode_changed ()
|
|||
}
|
||||
}
|
||||
|
||||
playback_mask_changed(); // update buttons
|
||||
|
||||
last_drawn_playback_mode = mode;
|
||||
}
|
||||
|
||||
|
|
@ -748,6 +750,8 @@ MidiChannelSelectorWindow::capture_mode_changed ()
|
|||
}
|
||||
}
|
||||
|
||||
capture_mask_changed (); // udpate buttons
|
||||
|
||||
last_drawn_capture_mode = mode;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue