mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Amend 445f9a51bf
This commit is contained in:
parent
65afd57856
commit
f1fe1c7066
1 changed files with 1 additions and 1 deletions
|
|
@ -2100,7 +2100,7 @@ RegionInsertDrag::finished (GdkEvent * event, bool)
|
|||
/* recusive diff of rippled regions */
|
||||
vector<Command*> cmds;
|
||||
playlist->rdiff (cmds);
|
||||
_session->add_commands (cmds);
|
||||
_editor->session()->add_commands (cmds);
|
||||
}
|
||||
|
||||
_editor->session()->add_command (new StatefulDiffCommand (playlist));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue