commit | 45a80716b19a3a8695e3fd9c0b1e0deaad97f1f7 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Tue Aug 18 18:39:57 2020 +0200 |
committer | ocornut <omarcornut@gmail.com> | Fri Dec 04 19:15:23 2020 +0100 |
tree | 264edbd0c875074685e506917d22b8628da7ecfc | |
parent | 9372601322c620640e5a8c709d51a211bc663e54 [diff] |
Tables: Fixed three bugs + metrics tweaks. - Fixed bug when ending a table within another (outer table column offset was overwritten instead of restored). - Fixed assert when settings data has mismatching column count. - Fixed restoring g.CurrentTable when calling EndChild() from inside table inner window. - Made inactive tables grey in metrics. - Fix warning. (amended twice)