zoom-to-selection should clear the selection, afterwards.

This commit is contained in:
Ben Loftis 2017-12-11 09:13:37 -06:00
parent dade19310d
commit aab02cac3d
1 changed files with 4 additions and 0 deletions

View File

@ -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