Fix crossfade undo using the stateful diff system. Fixes #3257.
git-svn-id: svn://localhost/ardour2/branches/3.0@7694 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -118,3 +118,9 @@ StatefulDiffCommand::get_state ()
|
||||
|
||||
return *node;
|
||||
}
|
||||
|
||||
bool
|
||||
StatefulDiffCommand::empty () const
|
||||
{
|
||||
return _changes->empty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user