commit | f799a293c84a994911a7a3fb042a0d96eb1d72ae | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Fri Feb 03 19:20:18 2023 +0100 |
committer | ocornut <omarcornut@gmail.com> | Fri Feb 03 20:03:03 2023 +0100 |
tree | 258c9e3f9f4b33504e95018c3923a7e38c9a7788 | |
parent | c75410e72c7771d9afabf54f45613e31108ecc5c [diff] |
Tables: Solved an ID conflict issue with multiple-instances of a same table. Storing instance id for convenience. (#6140) TableGetColumnResizeID() are still using an incorrect table, but having only one-level left tends to cancel things out.