timeline import interaction progress

This commit is contained in:
itsmattkc
2019-08-20 11:40:18 +10:00
parent 44f7c0ab40
commit c8dfd09acc
12 changed files with 270 additions and 119 deletions
@@ -102,7 +102,7 @@ void TimelineViewGhostItem::UpdateRect()
{
rational length = GetAdjustedOut() - GetAdjustedIn();
setRect(0, 0, TimeToScreenCoord(length), 64);
setRect(0, y_, TimeToScreenCoord(length), height_ - 1);
setPos(TimeToScreenCoord(GetAdjustedIn()), 0);
}