Fix bug in mixer group tab handling.

git-svn-id: svn://localhost/ardour2/branches/3.0@5232 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2009-06-21 14:39:56 +00:00
parent 44405f75e1
commit 474be2eccb

View File

@@ -422,7 +422,7 @@ void
Editor::maybe_add_mixer_strip_width (XMLNode& node)
{
if (current_mixer_strip) {
node.add_property ("mixer-width", enum_2_string (current_mixer_strip->get_width()));
node.add_property ("mixer-width", enum_2_string (current_mixer_strip->get_width_enum()));
}
}