Skip to content

Fix: External viewports would flicker during resize.#55

Open
Lewisscrivens wants to merge 1 commit into
VesCodes:Mainfrom
Lewisscrivens:Main
Open

Fix: External viewports would flicker during resize.#55
Lewisscrivens wants to merge 1 commit into
VesCodes:Mainfrom
Lewisscrivens:Main

Conversation

@Lewisscrivens
Copy link
Copy Markdown
Contributor

@Lewisscrivens Lewisscrivens commented May 25, 2026

External viewports are in their own SWindow which by default is greater than what ImGui allows.

So the fix is to either pull in the ImGui sizes and apply that each frame (pointless imo) or this method which just removes the sizing constraints and allows ImGui to handle it entirely.

explorer_T8f5TdRW29

External viewports are in their own SWindow which by default is greater than what ImGui allows.

So the fix is to either pull in the ImGui sizes and apply that each frame (pointless imo) or this method which just removes the sizing constraints and allows ImGui to handle it entirely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant