diff options
Diffstat (limited to 'src/wx/film_viewer.cc')
| -rw-r--r-- | src/wx/film_viewer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index cac6e8c28..bb59122aa 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -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 */ |
