13
0
This commit is contained in:
Robin Gareus 2021-05-23 23:22:18 +02:00
parent 65afd57856
commit f1fe1c7066
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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));