footageviewer: reset time if footage is set to null

This commit is contained in:
itsmattkc
2020-10-12 18:08:44 +11:00
parent 7c0d7a9fe3
commit 989dfb7016
+2
View File
@@ -110,6 +110,8 @@ void FootageViewerWidget::SetFootage(Footage *footage)
ConnectViewerNode(sequence_.viewer_output(), footage_->project()->color_manager());
SetTimestamp(cached_timestamps_.value(footage_, 0));
} else {
SetTimestamp(0);
}
}