13
0

fix appearance of SessionDialog presented after Session > New

Needed to be told "require_new" to make sure the correct display is shown
This commit is contained in:
Paul Davis 2019-10-29 18:09:55 -06:00
parent 0711c87bfa
commit 91fd927a80

View File

@ -150,7 +150,7 @@ ARDOUR_UI::start_session_load ()
}
}
SessionDialog* session_dialog = new SessionDialog (false, string(), Config->get_default_session_parent_dir(), string(), true);
SessionDialog* session_dialog = new SessionDialog (true, string(), Config->get_default_session_parent_dir(), string(), true);
session_dialog->signal_response().connect (sigc::bind (sigc::mem_fun (*this, &ARDOUR_UI::session_dialog_response_handler), session_dialog));
session_dialog->present ();
}