summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.cc')
-rw-r--r--src/wx/film_viewer.cc1
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));