summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-27 23:31:06 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-27 23:31:06 +0200
commitb70f0088e41d558877adedd30d04850786416faa (patch)
treece38b8a9ea367be7cf7a909895725aeb5849d3da
parent72c3a5f0f32f553a1f8abee2494f31d29b976383 (diff)
Fix playhead position after trim-up-to (#1847).
-rw-r--r--src/wx/timing_panel.cc4
1 files changed, 2 insertions, 2 deletions
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