From 32a03fe4601d7449e7b8d1cbd452c1d0c4be3e2a Mon Sep 17 00:00:00 2001 From: Robert Wenzlaff Date: Mon, 27 Oct 2003 00:03:18 +0000 Subject: Changed Knife cursor in windows back to an arrow, since cross is "normal" cursor. --- intern/ghost/intern/GHOST_WindowWin32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_WindowWin32.cpp b/intern/ghost/intern/GHOST_WindowWin32.cpp index dd1af92fa36..1a5060df184 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.cpp +++ b/intern/ghost/intern/GHOST_WindowWin32.cpp @@ -526,7 +526,7 @@ void GHOST_WindowWin32::loadCursor(bool visible, GHOST_TStandardCursor cursor) c case GHOST_kStandardCursorTopRightCorner: id = IDC_SIZENESW; break; case GHOST_kStandardCursorBottomRightCorner: id = IDC_SIZENWSE; break; case GHOST_kStandardCursorBottomLeftCorner: id = IDC_SIZENESW; break; - case GHOST_kStandardCursorPencil: id = IDC_CROSS; break; + case GHOST_kStandardCursorPencil: id = IDC_ARROW; break; default: success = false; } -- cgit v1.2.3