diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 8557562a53..a14085443a 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -1977,6 +1977,10 @@ Editor::temporal_zoom_selection (Editing::ZoomAxis axes) if (axes == Vertical || axes == Both) { fit_selection (); } + + //normally, we don't do anything "automatic" to the user's selection. + //but in this case, we will clear the selection after a zoom-to-selection. + selection->clear(); } void