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
No known key found for this signature in database
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 ()) { if (location->is_hidden ()) {
lam->hide(); lam->hide();
} else { } else {