mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
give drop zone its own cursor-ability
This commit is contained in:
parent
a8660f422f
commit
1a90d28aed
3 changed files with 9 additions and 1 deletions
|
|
@ -1126,6 +1126,12 @@ Editor::canvas_drop_zone_event (GdkEvent* event)
|
|||
return canvas_scroll_event (&scroll, true);
|
||||
break;
|
||||
|
||||
case GDK_ENTER_NOTIFY:
|
||||
return typed_event (_canvas_drop_zone, event, DropZoneItem);
|
||||
|
||||
case GDK_LEAVE_NOTIFY:
|
||||
return typed_event (_canvas_drop_zone, event, DropZoneItem);
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue