diff --git a/src/OpenTK/Platform/Linux/LinuxNativeWindow.cs b/src/OpenTK/Platform/Linux/LinuxNativeWindow.cs index 36304bc2..b9c88608 100644 --- a/src/OpenTK/Platform/Linux/LinuxNativeWindow.cs +++ b/src/OpenTK/Platform/Linux/LinuxNativeWindow.cs @@ -508,7 +508,6 @@ namespace OpenTK.Platform.Linux } set { - if (value == is_cursor_visible) return; if (value && !is_cursor_visible) { SetCursor(cursor_current); diff --git a/src/OpenTK/Platform/Windows/WinGLNative.cs b/src/OpenTK/Platform/Windows/WinGLNative.cs index c1cd5fc3..44b66999 100644 --- a/src/OpenTK/Platform/Windows/WinGLNative.cs +++ b/src/OpenTK/Platform/Windows/WinGLNative.cs @@ -1256,7 +1256,7 @@ namespace OpenTK.Platform.Windows public override bool CursorVisible { - get { return cursor_visible_count >= 0; } // Not used + get { return cursor_visible_count >= 0; } set { if (value && cursor_visible_count < 0)