timeline: show timecode on block items and started copy function
This commit is contained in:
@@ -52,3 +52,10 @@ void TimelineViewRect::ScaleChangedEvent(const double &scale)
|
||||
|
||||
UpdateRect();
|
||||
}
|
||||
|
||||
void TimelineViewRect::TimebaseChangedEvent(const rational &tb)
|
||||
{
|
||||
TimelineScaledObject::TimebaseChangedEvent(tb);
|
||||
|
||||
UpdateRect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user