L: fix a crash on session Close
This commit is contained in:
parent
b8f28c062c
commit
52c7b57a9a
@ -365,8 +365,10 @@ ARDOUR_UI::unload_session (bool hide_stuff, bool force_unload)
|
|||||||
if (hide_stuff) {
|
if (hide_stuff) {
|
||||||
close_all_dialogs ();
|
close_all_dialogs ();
|
||||||
editor->hide ();
|
editor->hide ();
|
||||||
|
#ifndef LIVETRAX
|
||||||
mixer->hide ();
|
mixer->hide ();
|
||||||
meterbridge->hide ();
|
meterbridge->hide ();
|
||||||
|
#endif
|
||||||
audio_port_matrix->hide();
|
audio_port_matrix->hide();
|
||||||
midi_port_matrix->hide();
|
midi_port_matrix->hide();
|
||||||
route_params->hide();
|
route_params->hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user