mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
fix for missing slave state restore at session load, etc
git-svn-id: svn://localhost/ardour2/trunk@1317 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0caf05d801
commit
e98fee9e39
1 changed files with 4 additions and 1 deletions
|
|
@ -3134,8 +3134,11 @@ Session::config_changed (const char* parameter_name)
|
|||
}
|
||||
|
||||
first_file_data_format_reset = false;
|
||||
|
||||
} else if (PARAM_IS ("slave-source")) {
|
||||
set_slave_source (Config->get_slave_source());
|
||||
}
|
||||
|
||||
|
||||
set_dirty ();
|
||||
|
||||
#undef PARAM_IS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue