began work setting several timings to use rational rather than long/double

This commit is contained in:
itsmattkc
2019-06-16 15:13:53 -07:00
parent 0acee942f4
commit 771572f65b
63 changed files with 448 additions and 397 deletions
-2
View File
@@ -59,9 +59,7 @@ void TimelineArea::SetTrackType(Sequence *sequence, olive::TrackType track_type)
type_ = track_type;
if (sequence_ != nullptr) {
connect(sequence_, SIGNAL(NodeGraphChanged()), this, SLOT(RefreshLabels()));
}
RefreshLabels();