13
0

fix for ghost note becoming stuck after note selection deleted.

- thanks ristic for the report
This commit is contained in:
nick_m 2016-11-19 03:03:20 +11:00
parent 1015e19ad3
commit 1a6a72b57a

View File

@ -2143,6 +2143,8 @@ MidiRegionView::delete_selection()
_selection.clear();
apply_diff ();
_note_entered = false;
hide_verbose_cursor ();
}