Feedback
Window size properties stay stale immediately after SetFullScreen
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- https://forum.objo.dev/d/428-window-size-property-not-updated-after-call-setfullscreen
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Calling Window.SetFullScreen() and then immediately reading Window.Width or Window.Height can return the previous window size instead of the full-screen client size. This affects code that enters full screen during Opening() and expects the window size properties to reflect the new state.