timeline: show timecode on block items and started copy function

This commit is contained in:
itsmattkc
2020-03-23 15:28:58 +11:00
parent bb326e2b50
commit 3b8743a0ce
7 changed files with 114 additions and 10 deletions
@@ -52,3 +52,10 @@ void TimelineViewRect::ScaleChangedEvent(const double &scale)
UpdateRect();
}
void TimelineViewRect::TimebaseChangedEvent(const rational &tb)
{
TimelineScaledObject::TimebaseChangedEvent(tb);
UpdateRect();
}