mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Allow re-try when session-parameters mismatch
Previously Ardour kept running but no interaction was possible since the session-dialog was hidden.
This commit is contained in:
parent
6e0a1d9fd7
commit
9ee2a46b7a
1 changed files with 1 additions and 0 deletions
|
|
@ -260,6 +260,7 @@ StartupFSM::dialog_response_handler (int response, StartupFSM::DialogID dialog_i
|
||||||
* retry. Errors were addressed by
|
* retry. Errors were addressed by
|
||||||
* ::check_session_parameters()
|
* ::check_session_parameters()
|
||||||
*/
|
*/
|
||||||
|
session_dialog->present ();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue