mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
fix for ghost note becoming stuck after note selection deleted.
- thanks ristic for the report
This commit is contained in:
parent
1015e19ad3
commit
1a6a72b57a
1 changed files with 2 additions and 0 deletions
|
|
@ -2143,6 +2143,8 @@ MidiRegionView::delete_selection()
|
||||||
_selection.clear();
|
_selection.clear();
|
||||||
|
|
||||||
apply_diff ();
|
apply_diff ();
|
||||||
|
|
||||||
|
_note_entered = false;
|
||||||
hide_verbose_cursor ();
|
hide_verbose_cursor ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue