Changed Knife cursor in windows back to an arrow, since cross is "normal" cursor.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user