13
0

update midi channel button display when mode changes

This commit is contained in:
Robin Gareus 2015-11-03 19:16:06 +01:00
parent aa097c9e9f
commit ea063ade52

View File

@ -650,6 +650,8 @@ MidiChannelSelectorWindow::playback_mode_changed ()
} }
} }
playback_mask_changed(); // update buttons
last_drawn_playback_mode = mode; last_drawn_playback_mode = mode;
} }
@ -748,6 +750,8 @@ MidiChannelSelectorWindow::capture_mode_changed ()
} }
} }
capture_mask_changed (); // udpate buttons
last_drawn_capture_mode = mode; last_drawn_capture_mode = mode;
} }