fix bug that prevented fade-ins from recalling

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9871 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Ben Loftis 2011-07-13 21:18:34 +00:00
parent 1ae0a2ed14
commit 60eabcd32b

View file

@ -861,7 +861,7 @@ AudioRegion::set_live_state (const XMLNode& node, Change& what_changed, bool sen
if (string_is_affirmative (prop->value())) {
set_fade_in_active (true);
} else {
set_fade_in_active (true);
set_fade_in_active (false);
}
}