Version/Branch of Dear ImGui:
Version 1.92.8, Branch: docking (master/docking/etc.)
Back-ends:
imgui_impl_opengl3.cpp + imgui_impl_glfw.cpp
Compiler, OS:
Windows 11 + MSVC 2022
Full config/build information:
No response
Details:
I observed two issues with table borders (when e.g. BordersInner or BordersOuter is turned on).
-
border size is not scaled. It seems hardcoded to 1.
-
It's possible to activate child rounding which is useful (used on android). But that only affects the background fill. It doesn't make outer borders round.
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
No response
Version/Branch of Dear ImGui:
Version 1.92.8, Branch: docking (master/docking/etc.)
Back-ends:
imgui_impl_opengl3.cpp + imgui_impl_glfw.cpp
Compiler, OS:
Windows 11 + MSVC 2022
Full config/build information:
No response
Details:
I observed two issues with table borders (when e.g. BordersInner or BordersOuter is turned on).
border size is not scaled. It seems hardcoded to 1.
It's possible to activate child rounding which is useful (used on android). But that only affects the background fill. It doesn't make outer borders round.
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
No response