Fix crash on cursor changes regression
This commit is contained in:
@@ -841,6 +841,8 @@ void WindowsWindow::UpdateCursor()
|
||||
}
|
||||
_cursorHiddenSafetyCount = 0;
|
||||
}
|
||||
if (_cursor == CursorType::Hidden)
|
||||
return;
|
||||
|
||||
const LPCWSTR cursors[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user