commit | bd899efbd0bbc2c414ea39624e56154668063fc9 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Mon Dec 14 11:59:01 2020 +0100 |
committer | ocornut <omarcornut@gmail.com> | Mon Dec 14 15:49:20 2020 +0100 |
tree | 571fd45c9e518804fcbe9351ee58556b25645fdc | |
parent | f2df804fcc71a042364780f5450de17896e83274 [diff] |
Tables: fixed "resize to default" of multiple stretch column (added 3b3503e, broken 7a61f340). Fixed a warning. Storing RightMostStretchedColumn column for resizing code. Avoid clearing RightMostEnabledColumn in BeginTable() so resizing code can potentially use it. (Added regression tests for resize all to default imgui_dev)