From fed731cb3da4cff6d4b46ac548086d4beae57f0d Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 7 Jun 2022 16:13:20 -0500 Subject: [PATCH] add single range marker: fix dialog to ask for a Range not a Location --- gtk2_ardour/editor_ops.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index a391e7e504..13a64d3532 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -2435,7 +2435,7 @@ Editor::add_location_from_region () markername = region->name(); } - if (!choose_new_marker_name(markername)) { + if (!choose_new_marker_name(markername, true)) { return; }