implemented 'ripple to' timeline actions

This commit is contained in:
itsmattkc
2019-09-24 22:45:30 +10:00
parent c33a0b50ce
commit cf3e8d80d1
17 changed files with 219 additions and 82 deletions
+1 -2
View File
@@ -28,8 +28,7 @@ Block *GapBlock::copy()
{
GapBlock* c = new GapBlock();
c->set_block_name(block_name());
c->set_length(length());
CopyParameters(this, c);
return c;
}