summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wx/timing_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc
index 0295b0b1d..739cf253d 100644
--- a/src/wx/timing_panel.cc
+++ b/src/wx/timing_panel.cc
@@ -448,7 +448,7 @@ TimingPanel::trim_end_changed ()
fv->seek (_parent->film()->length() - DCPTime::from_frames(1, _parent->film()->video_frame_rate()), true);
}
- fv->set_coalesce_player_changes (true);
+ fv->set_coalesce_player_changes (false);
}
void