mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
Update Session::writable() during Session::save_as() when switching to copy
Loading a read only Session then making a copy with Save As and switch was not allowing new Session to be saved as writable state was not updated. Resolves: #7352
This commit is contained in:
parent
b89a851bc8
commit
def9e110b7
1 changed files with 2 additions and 0 deletions
|
|
@ -5043,6 +5043,8 @@ Session::save_as (SaveAs& saveas)
|
|||
session_dirs.push_back (sp);
|
||||
refresh_disk_space ();
|
||||
|
||||
_writable = exists_and_writable (_path);
|
||||
|
||||
/* ensure that all existing tracks reset their current capture source paths
|
||||
*/
|
||||
reset_write_sources (true, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue