Skip to content

Fix non-group drag and drop in objects dialog

Martin Owens requested to merge doctormo/inkscape:fix-drop-object-ux into master

When dragging and dropping items in the objects dialog, the majority of the target is Gdk position INSIDE. We used to throw this option away and refuse to drop but this causes problems with usability.

To fix this, we always drop after the non-group item as a sibling.

BEFORE:

Screencast_from_06-16-2023_08_53_04_AM

AFTER:

Screencast_from_06-16-2023_08_56_50_AM

Edited by Martin Owens

Merge request reports