Expose marker scene change editing

Allows for editing scene change information for location and arrangement
markers. This "edit mark" menu was previously inaccessible. Now accessible
via double clicking a marker.
This commit is contained in:
Franke Burgarino 2025-10-20 12:44:05 -05:00
parent eaece586e1
commit cd2338a6ac

View file

@ -1859,10 +1859,6 @@ Editor::edit_location (Location& loc, bool with_scene, bool with_command)
string txt;
string verb;
if (!Profile->get_livetrax()) {
with_scene = false;
}
if (with_scene) {
verb = _("Edit");
} else {