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
Back-ends: imgui_impl_opengl3.cpp + imgui_impl_win32.cpp
Operating System: Windows
My Issue/Question:
I encountered the same issue as described in #2067, however, it is caused by non-rounded values of SizeConstraintRect . In that case, the CalcSizeAfterConstraint function returns a new, non-rounded size which is then used by a code fragment quoted in #2067.
Version/Branch of Dear ImGui:
Version: 1.69
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_opengl3.cpp + imgui_impl_win32.cpp
Operating System: Windows
My Issue/Question:
I encountered the same issue as described in #2067, however, it is caused by non-rounded values of
SizeConstraintRect
. In that case, theCalcSizeAfterConstraint
function returns a new, non-rounded size which is then used by a code fragment quoted in #2067.Standalone, minimal, complete and verifiable example:
Add this:
to any of examples.
The text was updated successfully, but these errors were encountered: