win32: Fix invisible dnd-move cursor

The cursor currently disappears while in DnD "move" action.
Fix by assigning a standard arrow cursor.
This commit is contained in:
g.willems
2024-05-22 20:41:57 +02:00
parent 60a3955ce2
commit 71de45cb83

View File

@ -40,6 +40,7 @@ static DefaultCursor default_cursors[] = {
{ "appstarting", IDC_APPSTARTING },
{ "arrow", IDC_ARROW },
{ "cross", IDC_CROSS },
{ "dnd-move", IDC_ARROW },
{ "hand", IDC_HAND },
{ "help", IDC_HELP },
{ "ibeam", IDC_IBEAM },