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:
		| @ -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 }, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 g.willems
					g.willems