user-grinch / ImGuiRedux

ImGui bindings for CLEO5 & CLEORedux
GNU General Public License v3.0
15 stars 4 forks source link

Title bar width #8

Open VitalRus95 opened 1 year ago

VitalRus95 commented 1 year ago

It seems that the title bar width is not taken into account when automatic resizing is enabled, which trims long headers. изображение

user-grinch commented 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