From 03bfb989b8257ff3dc3bccebb381f80b8cc5c00c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 30 Oct 2015 11:57:19 +0000 Subject: Fix non-update of timeline when reels setup changes. --- 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 e2cc1a249..952945884 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -98,7 +98,7 @@ Timeline::paint () void Timeline::film_changed (Film::Property p) { - if (p == Film::CONTENT) { + if (p == Film::CONTENT || p == Film::REEL_TYPE || p == Film::REEL_LENGTH) { ensure_ui_thread (); recreate_views (); } -- cgit v1.2.3