diff --git a/src/osgViewer/GraphicsWindowWin32.cpp b/src/osgViewer/GraphicsWindowWin32.cpp index 6a48bf70c..bc2a4007a 100644 --- a/src/osgViewer/GraphicsWindowWin32.cpp +++ b/src/osgViewer/GraphicsWindowWin32.cpp @@ -2367,7 +2367,7 @@ LRESULT GraphicsWindowWin32::handleNativeWindowingEvent( HWND hwnd, UINT uMsg, W break; default: if (_traits->useCursor && _appMouseCursor != InheritCursor) - setCursor(LeftArrowCursor); + setCursor(_appMouseCursor); break; } return result;