mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
no more beamed 1/8th note symbol in marker text
All locations use the same domain now, so it is redundant
This commit is contained in:
parent
0227eab138
commit
23c7c0b4fd
1 changed files with 1 additions and 5 deletions
|
|
@ -227,11 +227,7 @@ Editor::location_changed (Location *location)
|
|||
return;
|
||||
}
|
||||
|
||||
if (location->position_time_domain() == Temporal::BeatTime) {
|
||||
lam->set_name (string_compose ("%1%2", u8"\u266B", location->name ())); // BEAMED EIGHTH NOTES
|
||||
} else {
|
||||
lam->set_name (location->name ());
|
||||
}
|
||||
lam->set_name (location->name ());
|
||||
|
||||
if (location->is_cue_marker()) {
|
||||
lam->start->set_cue_index (location->cue_id());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue