Demo wasn't told about deleted keys when doing cut'n'paste

This commit is contained in:
Daniel Collin 2012-11-04 12:58:08 +01:00
parent 33e09bd251
commit 1db38f6765

View File

@ -231,6 +231,9 @@ static void deleteArea(int rowPos, int track, int bufferWidth, int bufferHeight)
for (j = 0; j < bufferHeight; ++j)
{
int row = rowPos + j;
RemoteConnection_sendDeleteKeyCommand(t->name, row);
if (is_key_frame(t, row))
sync_del_key(t, row);
}