From 2efd23edadea3db321ea1290638d604f3496c94f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 12 Aug 2018 22:38:12 +0100 Subject: Update reels markers properly. --- src/wx/timeline.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 (); -- cgit v1.2.3