commit | 431fc6a7f6f8499e934d20016adf0901fbaa3273 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Mon Oct 24 22:45:05 2022 +0200 |
committer | ocornut <omarcornut@gmail.com> | Mon Oct 24 22:54:29 2022 +0200 |
tree | 68e7ccffb389b1966d35a3bbd8696f838073c5ce | |
parent | 178aee4b1c3af7d99b7ab63f2d26d88095ae4de9 [diff] |
Internals: using ItemAdd() consistently for internal items: windows & tables resize grips/borders, ScrollbarEx(). This put an extra flag check in ItemAdd() but essentially reduce inconsistency with windows decorations not using this. Useful for debugging. It however buries the info/blurs the line about what it means to not use ItemAdd() since they are now doing it much less.