summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index 288802a5a7..252c03a8ac 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -231,7 +231,7 @@ Editor::move_range_selection_start_or_end_to_region_boundary (bool move_end, boo
pos += dir;
}
- framepos_t const target = get_region_boundary (pos, dir, false, false);
+ framepos_t const target = get_region_boundary (pos, dir, true, false);
if (target < 0) {
return;
}