after save-as, if switching to new session, reset all track write sources to use new session path
This commit is contained in:
@@ -4178,6 +4178,10 @@ Session::save_as (SaveAs& saveas)
|
||||
session_dirs.clear ();
|
||||
session_dirs.push_back (sp);
|
||||
refresh_disk_space ();
|
||||
|
||||
/* ensure that all existing tracks reset their current capture source paths
|
||||
*/
|
||||
reset_write_sources (true, true);
|
||||
}
|
||||
|
||||
} catch (Glib::FileError& e) {
|
||||
|
||||
Reference in New Issue
Block a user