mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
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:
parent
eaece586e1
commit
cd2338a6ac
1 changed files with 0 additions and 4 deletions
|
|
@ -1859,10 +1859,6 @@ Editor::edit_location (Location& loc, bool with_scene, bool with_command)
|
||||||
string txt;
|
string txt;
|
||||||
string verb;
|
string verb;
|
||||||
|
|
||||||
if (!Profile->get_livetrax()) {
|
|
||||||
with_scene = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (with_scene) {
|
if (with_scene) {
|
||||||
verb = _("Edit");
|
verb = _("Edit");
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue