mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fixed the cursor clip rect when toggling window borders on macOS
This commit is contained in:
parent
c682599448
commit
ef23ebfb5a
1 changed files with 1 additions and 0 deletions
|
|
@ -2781,6 +2781,7 @@ void Cocoa_SetWindowBordered(SDL_VideoDevice *_this, SDL_Window *window, bool bo
|
|||
} else {
|
||||
data.border_toggled = true;
|
||||
}
|
||||
Cocoa_UpdateClipCursor(window);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue