diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index bbe45687ed..a0d2794471 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -285,6 +285,11 @@ Editor::split_regions_at (MusicSample where, RegionSelection& regions) EditorThaw(); /* Emit Signal */ } + if (_session->abort_empty_reversible_command ()) { + /* no change was made */ + return; + } + RegionSelectionAfterSplit rsas = Config->get_region_selection_after_split(); //if the user has "Clear Selection" as their post-split behavior, then clear the selection