summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rhythm_ferret.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/rhythm_ferret.cc')
-rw-r--r--gtk2_ardour/rhythm_ferret.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/rhythm_ferret.cc b/gtk2_ardour/rhythm_ferret.cc
index 4e87b7c46d..da31feca3c 100644
--- a/gtk2_ardour/rhythm_ferret.cc
+++ b/gtk2_ardour/rhythm_ferret.cc
@@ -330,8 +330,8 @@ RhythmFerret::do_action ()
void
RhythmFerret::do_split_action ()
{
- RegionSelection regions = editor.get_regions_for_action ();
-
+ RegionSelection& regions (editor.get_selection().regions);
+
if (regions.empty()) {
return;
}