Skip to content

gdk3-win32: Fix invisible dnd-move cursor

The cursor currently disappears while in DnD "move" action.

Fix by assigning a standard arrow cursor.


Screenshot from gtk3-widget-factory, the drag icon (i.e. the text "Lorem ipsum" being dragged) works fine, but no cursor visible. I added a red cross where I expect the cursor to appear.

gtk3-no-dnd-move-cursor

Merge request reports