From: Carl Hetherington Date: Sun, 12 Aug 2018 21:38:12 +0000 (+0100) Subject: Update reels markers properly. X-Git-Tag: v2.13.43~36 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2efd23edadea3db321ea1290638d604f3496c94f;p=dcpomatic.git Update reels markers properly. --- diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index a8c157833..02f8be059 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -249,6 +249,8 @@ Timeline::film_content_changed (int property, bool frequent) if (property == AudioContentProperty::STREAMS) { recreate_views (); + } else if (property == ContentProperty::POSITION || property == ContentProperty::LENGTH) { + _reels_view->force_redraw (); } else if (!frequent) { setup_scrollbars (); Refresh ();