diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-24 22:54:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-24 22:54:11 +0200 |
| commit | bb0bf599e9d114246fac113442391cfd890a2836 (patch) | |
| tree | 90bc1de94bdaf343661bff6e365b9e5fcdd97ede /src/wx/film_viewer.cc | |
| parent | f07aadd69c58fef14f36c9a844f7834c93b4a7de (diff) | |
Add Player::set_always_trim.cpl-trim
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 d3a6c12e4..4f0548234 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -178,6 +178,7 @@ FilmViewer::set_film (shared_ptr<Film> film) _player->set_always_burn_open_subtitles (); _player->set_play_referenced (); + _player->set_always_trim (); _film->Change.connect (boost::bind (&FilmViewer::film_change, this, _1, _2)); _film->ContentChange.connect (boost::bind(&FilmViewer::content_change, this, _1, _3)); |
