commit | f2df804fcc71a042364780f5450de17896e83274 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Sun Dec 13 19:19:23 2020 +0100 |
committer | ocornut <omarcornut@gmail.com> | Sun Dec 13 19:57:19 2020 +0100 |
tree | aff60ddf2de18d1251dc2b531eb3da99cacfb359 | |
parent | 738606a2943a8a11316fa15b319193a2baa84bc0 [diff] |
Tables: four small fixes. Fixed last item flags leaking to disabled column, affecting IsItemHovered(). (#3651). Validate and fix invalid DisplayOrder data from ini file. Allow TableHeaderRows() to function will missing TableSetupColumn() calls. Made TableHeader() use AllowItemOverlap mode to allow submit subsequent item in same cell, since it covers the whole cell area.