Skip to content

ImGuiWindowFlags_AlwaysAutoResize + Columns #1363

@john-chapman

Description

@john-chapman

In version 1.52 the behavior of ImGuiWindowFlags_AlwaysAutoResize has changed when using columns to arrange widgets - it looks like the auto resize doesn't account for the columns. This was working in version 1.50:

ImGui::Begin("foo", 0, ImGuiWindowFlags_AlwaysAutoResize);
   ImGui::Columns(4);
       // blah blah
   ImGui::Columns(1);
ImGui::End();

But in 1.52 looks like this:
pasted_image_at_2017_10_10_10_20_am_360

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions