This commit is contained in:
Robin Gareus 2023-08-30 19:40:19 +02:00
parent affea2b83b
commit aaff022fd2
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ Editor::add_new_location_internal (Location* location)
// session range
lam->start = new ArdourMarker (*this, *marker_group, color, _("start"), marker_type (location), location->start());
lam->end = new ArdourMarker (*this, *marker_group, color, _("end"), marker_type (location, true), location->end());
lam->end = new ArdourMarker (*this, *marker_group, color, _("end"), marker_type (location, false), location->end());
group = marker_group;
} else {