AU GUIs basically working, though unfinished; push up dialog for massive split operat...
[ardour.git] / gtk2_ardour / rhythm_ferret.cc
index d8d2f3c28be4e0173a5bf777627e5d6421395b9b..83852b33b3e7e4d356e7a708b24f2c78ad3b3ae6 100644 (file)
@@ -271,7 +271,7 @@ RhythmFerret::do_split_action ()
 
                (*i)->get_time_axis_view().hide_temporary_lines ();
 
-               editor.split_region_at_points ((*i)->region(), current_results);
+               editor.split_region_at_points ((*i)->region(), current_results, false);
 
                /* i is invalid at this point */