diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-01-07 14:42:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-07 15:44:21 +0100 |
| commit | dde431cafbb20ed3356ad5592be56af1d4458f46 (patch) | |
| tree | 0ae99af48025908c294bd1291ca70ea324550d62 | |
| parent | 77c30a110a321b3b69259381a7f30c5c25f4da7c (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 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 |
