improve default cursor choice inside pianoroll

This commit is contained in:
Paul Davis 2025-01-08 14:23:04 -07:00
parent 5d831ceb5e
commit 97e55b0dcc

View file

@ -1756,7 +1756,7 @@ Pianoroll::which_canvas_cursor (ItemType type) const
cursor = _cursors->grabber_note;
break;
case RegionItem:
cursor = _cursors->midi_select;
cursor = nullptr; /* default cursor */
break;
case ClipEndItem: