Fix typo causing failures to update the preview after changing
authorCarl Hetherington <cth@carlh.net>
Tue, 7 Jan 2020 14:42:00 +0000 (14:42 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 7 Jan 2020 14:44:21 +0000 (15:44 +0100)
end trim (#1709 and probably #1434).

src/wx/timing_panel.cc

index 0295b0b1d4b07a4c3e64b1c5f8130f416daa8fad..739cf253dbfb35d9d287f902823006e386983a30 100644 (file)
@@ -448,7 +448,7 @@ TimingPanel::trim_end_changed ()
                fv->seek (_parent->film()->length() - DCPTime::from_frames(1, _parent->film()->video_frame_rate()), true);
        }
 
                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
 }
 
 void