commit | f75cf62d2f36a66fcdc7be7161a3798bea926509 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Sep 04 15:31:39 2024 +0200 |
committer | ocornut <omarcornut@gmail.com> | Wed Sep 04 15:46:24 2024 +0200 |
tree | f276d95bc1042b928fd5b15700e1082ef8e876b8 | |
parent | 8dd33839f026ddd154c550b72f21a70746e6cab5 [diff] |
Tables: fixed resizing columns when using multiple synched instances that are layed out at different X positions. (#7933) TableGetMaxColumnWidth() was using MinX from previous column. Storing info in column. Still incorrect interleaved data for multi-instances but it covers majority of use cases.