commit | db66e33e9e3f28ce80a8819ac0b0566d8af5628c | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Thu Jul 20 12:22:28 2023 +0200 |
committer | ocornut <omarcornut@gmail.com> | Thu Jul 20 13:26:58 2023 +0200 |
tree | e16dac093ecab73ef41881b647af562f7c767bf0 | |
parent | 2bc5d17ac39d8d0d10af4eba8c23eacb5cc81b84 [diff] |
Tables: fixed GetContentRegionAvail().y report not taking account of lower cell padding or of using ImGuiTableFlags_NoHostExtendY. (#6619) Made GetContentRegionMax() fully defer to WorkRect when inside a table container.