diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index f09f20a554..f6031a6bcd 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -4565,7 +4565,7 @@ Editor::reset_region_scale_amplitude () return; } - RegionSelection rs = get_regions_for_action (); + RegionSelection rs = get_regions_for_action (false); if (rs.empty()) { return;