don't bother locating at end of no-motion marker drag if using external sync

This commit is contained in:
Paul Davis 2023-09-07 14:22:55 -06:00
parent f9a121ce9c
commit 250174b16e
1 changed files with 1 additions and 1 deletions

View File

@ -4666,7 +4666,7 @@ MarkerDrag::finished (GdkEvent* event, bool movement_occurred)
_editor->commit_reversible_selection_op ();
}
if (_editor->edit_point() != Editing::EditAtSelectedMarker) {
if (!_editor->session()->config.get_external_sync () && (_editor->edit_point() != Editing::EditAtSelectedMarker)) {
bool is_start;
Location* location = _editor->find_location_from_marker (_marker, is_start);
if (location) {