Fix loading old route-templates
This follows 983c577945
, don't allow unlinked
pannable to override main panners.
This commit is contained in:
parent
1173262503
commit
221b272f8a
@ -406,7 +406,7 @@ Delivery::set_state (const XMLNode& node, int version)
|
||||
|
||||
XMLNode* pannnode = node.child (X_("Pannable"));
|
||||
|
||||
if (_panshell && _panshell->panner() && pannnode) {
|
||||
if (_panshell && _panshell->unlinked_pannable() && pannnode) {
|
||||
_panshell->unlinked_pannable()->set_state (*pannnode, version);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user