13
0

L: fix a crash on session Close

This commit is contained in:
Ben Loftis 2024-05-20 07:38:35 -05:00
parent b8f28c062c
commit 52c7b57a9a

View File

@ -365,8 +365,10 @@ ARDOUR_UI::unload_session (bool hide_stuff, bool force_unload)
if (hide_stuff) {
close_all_dialogs ();
editor->hide ();
#ifndef LIVETRAX
mixer->hide ();
meterbridge->hide ();
#endif
audio_port_matrix->hide();
midi_port_matrix->hide();
route_params->hide();