PetrFlajsingr / pf_imgui

Dear ImGui wrapper along with some other useful libraries.
MIT License
21 stars 3 forks source link

Windows & layouts can't see they are resized by user #236

Closed PetrFlajsingr closed 2 years ago

PetrFlajsingr commented 2 years ago

This breaks AnchorLayout.

The problem is it can't really be updated all the time, since it would break Auto resizing.

PetrFlajsingr commented 2 years ago

This would be very expensive, just wrap stuff in StretchLayout to autofill stuff with correct size value?