mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
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:
parent
1e2a2d5506
commit
20ebcc408d
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue