13
0

Fix restoration of PannerShell state from session XML (#4185).

git-svn-id: svn://localhost/ardour2/branches/3.0@9875 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-07-14 14:56:40 +00:00
parent 5625f41c86
commit 2d83ffc45a

View File

@ -372,7 +372,7 @@ Delivery::set_state (const XMLNode& node, int version)
// std::cerr << this << ' ' << _name << " NO ROLE INFO\n";
}
XMLNode* pan_node = node.child (X_("Panner"));
XMLNode* pan_node = node.child (X_("PannerShell"));
if (pan_node && _panshell) {
_panshell->set_state (*pan_node, version);