From 2eaeebc72e18fb54104b3fd9e4d7139962b27dfb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 Feb 2019 23:04:47 +0000 Subject: Update timeline when video frame type changes (#1464). --- src/wx/timeline.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index f15c06d38..1c1da708e 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -256,7 +256,7 @@ Timeline::film_content_change (ChangeType type, int property, bool frequent) ensure_ui_thread (); - if (property == AudioContentProperty::STREAMS) { + if (property == AudioContentProperty::STREAMS || property == VideoContentProperty::FRAME_TYPE) { recreate_views (); } else if (property == ContentProperty::POSITION || property == ContentProperty::LENGTH) { _reels_view->force_redraw (); -- cgit v1.2.3