mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
[Summary] Fixed windows version of tracks
[Details] The fault was: Set on/off button pointer to 0 in midi device control and used this ptr after that. [git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 465353]
This commit is contained in:
parent
dd57c66ccb
commit
c654978943
2 changed files with 1 additions and 5 deletions
|
|
@ -516,7 +516,7 @@ TracksControlPanel::cleanup_midi_device_list()
|
|||
|
||||
if (control) {
|
||||
control->remove_data(MidiDeviceConnectionControl::capture_id_name);
|
||||
control->remove_data(MidiDeviceConnectionControl::capture_id_name);
|
||||
control->remove_data(MidiDeviceConnectionControl::playback_id_name);
|
||||
}
|
||||
|
||||
midi_device_controls.pop_back();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue