summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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