Fix typo in dbda07f6b7
This commit is contained in:
parent
affea2b83b
commit
aaff022fd2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user