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
Hi, I am using ImGui::Columns() and it looks that ImGuiWindowFlags_AlwaysAutoResize only resizes the window to the first column hiding the second one.
So I wonder if I am missing something or if there is a way around this.
Thanks.
See #2142#1363
Unfortunately Columns() is a legacy API which we don’t really plan to upgrade anymore, as Tables are the full features replacement to them. You should really use Tables.
Hi, I am using
ImGui::Columns(
) and it looks thatImGuiWindowFlags_AlwaysAutoResize
only resizes the window to the first column hiding the second one.So I wonder if I am missing something or if there is a way around this.
Thanks.
my code looks like this..
The text was updated successfully, but these errors were encountered: