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
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.