commit | e6b875c09bbac4cf8a9eaf7f59405f33f56d48a3 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Thu Dec 10 16:09:11 2020 +0100 |
committer | ocornut <omarcornut@gmail.com> | Thu Dec 10 18:33:33 2020 +0100 |
tree | 415fcbf22c24212279b869f1ce52a6c0de69c86c | |
parent | 3346544cf5a046f1a500da6ab3624fe3cff17158 [diff] |
Tables: Ditch old columns flags/setting if not called again. Displaying right-most border when using _SameWidths. Moving Width-related functions to their own section. Effectively removed the TableFixColumnFlags() in first loop of TableUpdateLayout() to replace it with similar one but only when column not declared. I think this should be the right thing.