mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix initial display of markers that are glued to BeatTime
This commit is contained in:
parent
b0738b1950
commit
65956407bb
1 changed files with 4 additions and 0 deletions
|
|
@ -174,6 +174,10 @@ Editor::add_new_location_internal (Location* location)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (location->position_time_domain() == Temporal::BeatTime) {
|
||||||
|
lam->set_name ("\u266B" + location->name ()); // BEAMED EIGHTH NOTES
|
||||||
|
}
|
||||||
|
|
||||||
if (location->is_hidden ()) {
|
if (location->is_hidden ()) {
|
||||||
lam->hide();
|
lam->hide();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue