diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-23 01:40:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-23 01:40:56 +0200 |
| commit | 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432 (patch) | |
| tree | 803ef72df57f87cbabbae492eca88cbaa93584b2 /src/wx | |
| parent | f644c272a6a6384f6bfc6ca16ada6208057402a8 (diff) | |
Fix complete failure of preview/playback introduced inv2.15.53
4219d4b76c5cd5690b1f4fa0c248d93ced26d05a.
Diffstat (limited to 'src/wx')
| -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 */ |
