commit | 4dee919bc0decdfc1f4f2c46ac0225ff276c8d18 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Jun 28 13:47:57 2023 +0200 |
committer | ocornut <omarcornut@gmail.com> | Wed Jun 28 14:42:14 2023 +0200 |
tree | 234362197d11ba1936e226721e5a0ceb616151eb | |
parent | 10c7709f303831552d4da4366352b6d2ff9b40fb [diff] |
(Breaking) Internals: added ImGuiItemFlags param to ItemHoverable(), so it can be called from ButtonBehavior() not following an ItemAdd(). This also allow moving AllowOverlap logic from ButtonBehavior() to ItemHoverable(), allowing other widgets to honor it. (#6512, #3909, #517)