diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/timeline.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); } |
