prevent add-location-at-playhead-cursor etc. from adding multiple marks at the same location
This commit is contained in:
@@ -2248,6 +2248,10 @@ Editor::add_location_from_selection ()
|
||||
void
|
||||
Editor::add_location_mark (samplepos_t where)
|
||||
{
|
||||
if (_session->locations()->mark_at (where, 1)) {
|
||||
return;
|
||||
}
|
||||
|
||||
string markername;
|
||||
|
||||
select_new_marker = true;
|
||||
|
||||
Reference in New Issue
Block a user