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 {
|
} else {
|
||||||
data.border_toggled = true;
|
data.border_toggled = true;
|
||||||
}
|
}
|
||||||
|
Cocoa_UpdateClipCursor(window);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user