mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Don't save "end-is-free" with templates
This commit is contained in:
parent
ec333406f7
commit
3af9fdad0a
1 changed files with 1 additions and 0 deletions
|
|
@ -1187,6 +1187,7 @@ Session::state (bool full_state)
|
|||
child = node->add_child ("Path");
|
||||
child->add_content (p);
|
||||
}
|
||||
node->set_property ("end-is-free", _session_range_end_is_free);
|
||||
}
|
||||
|
||||
node->set_property ("end-is-free", _session_range_end_is_free);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue