add single range marker: fix dialog to ask for a Range not a Location

This commit is contained in:
Ben Loftis 2022-06-07 16:13:20 -05:00
parent ab1d9b0e39
commit fed731cb3d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}