From: Carl Hetherington Date: Sun, 27 Sep 2020 21:31:06 +0000 (+0200) Subject: Fix playhead position after trim-up-to (#1847). X-Git-Tag: v2.15.104~70 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=b70f0088e41d558877adedd30d04850786416faa Fix playhead position after trim-up-to (#1847). --- diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc index 97f3beca6..c4234af66 100644 --- a/src/wx/timing_panel.cc +++ b/src/wx/timing_panel.cc @@ -563,11 +563,11 @@ TimingPanel::trim_start_to_playhead_clicked () } } + fv->set_coalesce_player_changes (false); + if (new_ph) { fv->seek (new_ph.get(), true); } - - fv->set_coalesce_player_changes (false); } void