From Frederic Bouvier, workaround of setCursor problems under Windows.

This commit is contained in:
Robert Osfield
2009-05-07 15:14:59 +00:00
parent 67ef3fd2c5
commit 6612b98ddb

View File

@@ -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;