mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 12:26:07 +01:00
[Summary] Made cursor correct when hovering above a range selection
This commit is contained in:
parent
6697c4c014
commit
cd42fc86a3
1 changed files with 1 additions and 3 deletions
|
|
@ -1291,9 +1291,6 @@ Editor::choose_canvas_cursor_on_entry (GdkEventCrossing* /*event*/, ItemType typ
|
|||
break;
|
||||
}
|
||||
break;
|
||||
case SelectionItem:
|
||||
cursor = _cursors->selector;
|
||||
break;
|
||||
case ControlPointItem:
|
||||
cursor = _cursors->fader;
|
||||
break;
|
||||
|
|
@ -1377,6 +1374,7 @@ Editor::choose_canvas_cursor_on_entry (GdkEventCrossing* /*event*/, ItemType typ
|
|||
case VideoBarItem:
|
||||
case PunchLoopBarItem:
|
||||
case DropZoneItem:
|
||||
case SelectionItem:
|
||||
cursor = which_grabber_cursor();
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue