From aab02cac3d23a5f8e9dd3f78867d72964866a994 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Mon, 11 Dec 2017 09:13:37 -0600 Subject: zoom-to-selection should clear the selection, afterwards. --- gtk2_ardour/editor_ops.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour/editor_ops.cc') 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 -- cgit v1.2.3