diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-01-07 14:42:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-07 14:42:00 +0000 |
| commit | 535e22457facee1f7136d03741bcc7d27729ddc4 (patch) | |
| tree | c68dbf509b6ef60a980272d03d30440209fada12 | |
| parent | 0e86a5da67451dfc6120406e5282fc786de6e248 (diff) | |
Fix typo causing failures to update the preview after changing
end trim (#1709 and probably #1434).
| -rw-r--r-- | src/wx/timing_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc index d3bdc923d..2c9b88e83 100644 --- a/src/wx/timing_panel.cc +++ b/src/wx/timing_panel.cc @@ -447,7 +447,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 |
