Update density graph after long note is inserted

This commit is contained in:
Stepland 2024-03-24 22:44:33 +01:00
parent accfbc5257
commit ea8eb37486

View File

@ -1591,6 +1591,7 @@ void EditorState::insert_long_note_just_created() {
reload_sounds_that_depend_on_notes();
reload_editable_range();
reload_colliding_notes();
chart_state->density_graph.should_recompute = true;
}
void EditorState::move_backwards_in_time() {