mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
save state after remove last capture, avoiding possible inconsistency between session file and disk state
git-svn-id: svn://localhost/ardour2/trunk@1721 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2e66450681
commit
4a718fe19f
1 changed files with 3 additions and 0 deletions
|
|
@ -2757,6 +2757,9 @@ Session::remove_last_capture ()
|
|||
}
|
||||
|
||||
destroy_regions (r);
|
||||
|
||||
save_state (_current_snapshot_name);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue