Open VitalRus95 opened 1 year ago
I believe it's a ImGui bug ( or intended? ).
A way around this would be to set minimum window width ( ImGuiRedux doesn't have those APIs exposed yet). These can be used to achieve somewhat same results
ImGuiSetWindowSize
ImGuiSetNextWindowSize
It seems that the title bar width is not taken into account when automatic resizing is enabled, which trims long headers.