mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +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 */
|
/* recusive diff of rippled regions */
|
||||||
vector<Command*> cmds;
|
vector<Command*> cmds;
|
||||||
playlist->rdiff (cmds);
|
playlist->rdiff (cmds);
|
||||||
_session->add_commands (cmds);
|
_editor->session()->add_commands (cmds);
|
||||||
}
|
}
|
||||||
|
|
||||||
_editor->session()->add_command (new StatefulDiffCommand (playlist));
|
_editor->session()->add_command (new StatefulDiffCommand (playlist));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue