X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline.cc;h=1c1da708e44dcc81bbd10515751bff1f982c739d;hb=9153a8a53ada73b4b016e7bb6faf1c2ed99f011b;hp=f15c06d3859bf0cf6c3d047d2fa0553479684e0a;hpb=08aed48d141f403a93640cf62d8be70161bd1d30;p=dcpomatic.git 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 ();