mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
actually load new state after creating a session.
This commit is contained in:
parent
1740bbb966
commit
914ba475de
1 changed files with 4 additions and 0 deletions
|
|
@ -276,6 +276,10 @@ Session::Session (AudioEngine &eng,
|
|||
throw failed_constructor ();
|
||||
}
|
||||
|
||||
if (load_state (_current_snapshot_name)) {
|
||||
throw failed_constructor ();
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
if (load_state (_current_snapshot_name)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue