Fixed the cursor clip rect when toggling window borders on macOS

This commit is contained in:
Sam Lantinga 2025-02-28 11:57:03 -08:00
parent c682599448
commit ef23ebfb5a
1 changed files with 1 additions and 0 deletions

View File

@ -2781,6 +2781,7 @@ void Cocoa_SetWindowBordered(SDL_VideoDevice *_this, SDL_Window *window, bool bo
} else {
data.border_toggled = true;
}
Cocoa_UpdateClipCursor(window);
}
}