Allow to move edit-cursor and PH in dropzone (#9222)

This commit is contained in:
Robin Gareus 2023-02-07 02:14:38 +01:00
parent 8c561b19a6
commit 2b64c4afe4
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 4 additions and 0 deletions

View File

@ -1138,6 +1138,10 @@ Editor::canvas_drop_zone_event (GdkEvent* event)
case GDK_LEAVE_NOTIFY:
return typed_event (_canvas_drop_zone, event, DropZoneItem);
case GDK_MOTION_NOTIFY:
return motion_handler (_canvas_drop_zone, event);
break;
default:
break;
}