13
0

Apply fix for 2546 from lincoln. Many thanks.

git-svn-id: svn://localhost/ardour2/branches/3.0@4503 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-02-09 03:34:48 +00:00
parent b6b366b631
commit fcfe073b00

View File

@ -65,6 +65,7 @@ AutomationList::AutomationList (Evoral::Parameter id)
AutomationList::AutomationList (const AutomationList& other)
: ControlList(other)
{
_style = other._style;
_state = other._state;
_touching = other._touching;
@ -232,7 +233,7 @@ AutomationList::state (bool full)
root->add_property ("max-yval", buf);
snprintf (buf, sizeof (buf), "%.12g", _max_xval);
root->add_property ("max-xval", buf);
root->add_property ("interpolation-style", enum_2_string (_interpolation));
if (full) {