mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
improve default cursor choice inside pianoroll
This commit is contained in:
parent
5d831ceb5e
commit
97e55b0dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue