commit | 10a0eb3e1c31b8b6b6595ce75e8d65ec984b2ff9 | [log] [tgz] |
---|---|---|
author | ocornut <omar@miracleworld.net> | Mon May 19 18:40:45 2025 +0200 |
committer | ocornut <omar@miracleworld.net> | Mon May 19 18:42:28 2025 +0200 |
tree | 6a3edc1b43d5490fb9ace4334981c11347813417 | |
parent | cdb5cbe6f8786ced227624a71bc8a677618e5327 [diff] |
Alter windows min/max size logic to prioritize enforcing size_max bounds rather than size_min. Docking branch until now used the opposite, aka ImClamp(size_desired, size_min, ImMax(size_min, size_max));, will be standardized across branches.