13
0

Fix initial display of markers that are glued to BeatTime

This commit is contained in:
Robin Gareus 2022-06-28 02:55:53 +02:00
parent b0738b1950
commit 65956407bb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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 ()) {
lam->hide();
} else {