13
0

Hide ghost note when switching from draw to internal edit mode.

Before it was only hidden after moving the mouse.
This commit is contained in:
André Nusser 2015-11-30 11:44:41 +01:00 committed by Robin Gareus
parent 2d786617bb
commit 688fe8504b

View File

@ -447,6 +447,10 @@ MidiRegionView::enter_internal()
// Show ghost note under pencil
create_ghost_note(_last_event_x, _last_event_y);
}
else {
remove_ghost_note ();
hide_verbose_cursor ();
}
if (!_selection.empty()) {
// Grab keyboard for moving selected notes with arrow keys