add single range marker: fix dialog to ask for a Range not a Location
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user