Fixed spacing

This commit is contained in:
Robert Osfield 2018-03-12 16:31:05 +00:00
parent 9ed77cb500
commit e5ddfcd501

View File

@ -2273,7 +2273,7 @@ void GraphicsWindowWin32::setCursorImpl( MouseCursor mouseCursor )
_currentCursor = newCursor; _currentCursor = newCursor;
_traits->useCursor = (_currentCursor != NULL) && (_mouseCursor != NoCursor); _traits->useCursor = (_currentCursor != NULL) && (_mouseCursor != NoCursor);
PostMessage(_hwnd, WM_SETCURSOR, 0, 0); PostMessage(_hwnd, WM_SETCURSOR, 0, 0);
} }
} }