13
0

Make crossfades which appear as the result of a set_state() call (for

example undo or redo) appear in the gui.


git-svn-id: svn://localhost/ardour2/trunk@922 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sampo Savolainen 2006-09-19 13:45:51 +00:00
parent da293df0dd
commit d89e7ff299

View File

@ -556,7 +556,7 @@ AudioPlaylist::set_state (const XMLNode& node)
_crossfades.push_back (xfade);
xfade->Invalidated.connect (mem_fun (*this, &AudioPlaylist::crossfade_invalidated));
xfade->StateChanged.connect (mem_fun (*this, &AudioPlaylist::crossfade_changed));
/* no need to notify here */
NewCrossfade(xfade);
} else {
delete xfade;
}