fix type from b489d466cf that resensitized the ghost note, causing crashes

Oddly, much, much easier to make happen on macOS and/or mixbus
This commit is contained in:
Paul Davis 2025-08-19 23:29:46 -06:00
parent 1e2a2d5506
commit 20ebcc408d

View file

@ -1971,7 +1971,7 @@ MidiView::update_hit (Hit* ev)
ev->set_outline_color(ev->calculate_outline(base_col, ev->selected()));
color_note (ev, _visible_channel);
ev->set_ignore_events (!ev);
ev->set_ignore_events (!note_editable (ev));
}
/** Add a MIDI note to the view (with length).