sequence encapsulation

This commit is contained in:
itsmattkc
2019-05-09 00:19:36 +10:00
parent 5f0debb7ec
commit 2905dce3d9
37 changed files with 380 additions and 293 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ Transition::Transition(Clip *c) :
if (parent_clip != nullptr) {
length_field->SetFrameRate(parent_clip->track()->sequence() == nullptr ?
parent_clip->cached_frame_rate() : parent_clip->track()->sequence()->frame_rate);
parent_clip->cached_frame_rate() : parent_clip->track()->sequence()->frame_rate());
}
connect(length_field, SIGNAL(Changed()), this, SLOT(UpdateMaximumLength()));