mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
2.X commits up to and including 7519
git-svn-id: svn://localhost/ardour2/branches/3.0@7661 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c2e491b8fc
commit
b2bf4eee3d
12 changed files with 107 additions and 13 deletions
|
|
@ -41,6 +41,7 @@ UndoTransaction::UndoTransaction (const UndoTransaction& rhs)
|
|||
: Command(rhs._name)
|
||||
, _clearing(false)
|
||||
{
|
||||
_timestamp = rhs._timestamp;
|
||||
clear ();
|
||||
actions.insert(actions.end(),rhs.actions.begin(),rhs.actions.end());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue