You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the size of ImGui to 0, 0 using SetWindowSize it resizes itself to fit the content, attached a gif, the size should be 0,0 but it resizes itself to make the checkbox visible.
Version/Branch of Dear ImGui:
Version 1.90.4, Branch: master
Back-ends:
imgui_impl_opengl3.cpp + imgui_impl_win32.cpp
Compiler, OS:
Windows 11 + CMake (Using Ninja)
Full config/build information:
No response
Details:
My Issue/Question:
When setting the size of ImGui to 0, 0 using
SetWindowSize
it resizes itself to fit the content, attached a gif, the size should be 0,0 but it resizes itself to make the checkbox visible.Screenshots/Video:
Minimal, Complete and Verifiable Example code:
The text was updated successfully, but these errors were encountered: