Skip to content

Layout info (imgui.ini) improperly saved with multiple windows #328

@vid512

Description

@vid512

With the example/multiple_windows, it seems each SFML window keeps track only of its own ImGui windows layout. Upon saving ImGui window layout (imgui.ini), it resets other windows' values to original values.

For example: When you move/resize ImGui window inside the child SFML window and close it, the new layout is saved to imgui.ini. Then, when you close the main window, child window layout gets resetted back to the original values. Layout changes done to the child window are ultimately not saved. See attached video.

simplescreenrecorder-2025-08-07_16.13.25.webm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions