From dde431cafbb20ed3356ad5592be56af1d4458f46 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Jan 2020 14:42:00 +0000 Subject: [PATCH] Fix typo causing failures to update the preview after changing end trim (#1709 and probably #1434). --- src/wx/timing_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2