From cd2338a6aca308a3eee98b06e40d32d5d2b063d5 Mon Sep 17 00:00:00 2001 From: Franke Burgarino Date: Mon, 20 Oct 2025 12:44:05 -0500 Subject: [PATCH] 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. --- gtk2_ardour/editor_markers.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk2_ardour/editor_markers.cc b/gtk2_ardour/editor_markers.cc index 6445b1edfc..bc1e27680b 100644 --- a/gtk2_ardour/editor_markers.cc +++ b/gtk2_ardour/editor_markers.cc @@ -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 {