Fix complete failure of preview/playback introduced in
[dcpomatic.git] / src / wx / film_viewer.cc
index cac6e8c28aebbb4687d5c21b3164c419b129be9f..bb59122aaff0605f5c46b89625ffe607950b2f2c 100644 (file)
@@ -406,6 +406,7 @@ void
 FilmViewer::film_length_change ()
 {
        _video_view->set_length (_film->length());
+       _player->set_playback_length (_film->length());
 }
 
 /** Re-get the current frame slowly by seeking */