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