Show editor window after opening a new session when one is closed. Should fix #3312.
git-svn-id: svn://localhost/ardour2/branches/3.0@7448 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9a6042dbc8
commit
3ef1a678b4
@ -2542,7 +2542,13 @@ ARDOUR_UI::close_session()
|
||||
}
|
||||
|
||||
ARDOUR_COMMAND_LINE::session_name = "";
|
||||
get_session_parameters (true, false);
|
||||
|
||||
if (get_session_parameters (true, false)) {
|
||||
exit (1);
|
||||
}
|
||||
|
||||
goto_editor_window ();
|
||||
show ();
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user