cleaned Y coordinates

This commit is contained in:
itsmattkc
2019-10-11 18:37:19 +11:00
parent 1ded30c1d9
commit 937acd4c8c
6 changed files with 8 additions and 32 deletions
@@ -40,8 +40,7 @@ TimelineViewGhostItem *TimelineViewGhostItem::FromBlock(Block *block, const Trac
ghost->SetOut(block->out());
ghost->SetMediaIn(block->media_in());
ghost->SetTrack(track);
ghost->SetY(y);
ghost->SetHeight(height);
ghost->SetYCoords(y, height);
ghost->setData(kAttachedBlock, Node::PtrToValue(block));
if (block->type() == Block::kClip) {