mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-24 04:16:41 +00:00
Fixed the cursor clip rect when toggling window borders on macOS
This commit is contained in:
@@ -2781,6 +2781,7 @@ void Cocoa_SetWindowBordered(SDL_VideoDevice *_this, SDL_Window *window, bool bo
|
||||
} else {
|
||||
data.border_toggled = true;
|
||||
}
|
||||
Cocoa_UpdateClipCursor(window);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user