mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-17 19:06:01 +01:00
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:
parent
1ae0a2ed14
commit
60eabcd32b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue