Tables: Better preserve column data (mainly widths) when columns count changes. (#4046) + .ini skips columns with no data.

This commit is contained in:
ocornut
2021-04-16 18:27:48 +02:00
parent 690a90bd35
commit 770f9daab3
3 changed files with 27 additions and 9 deletions

View File

@ -44,6 +44,7 @@ Other Changes:
- Scrolling: Fix mouse wheel axis swap when using SHIFT on macOS (system already does it). (#4010)
- Window: Fix IsWindowAppearing() from returning true twice in most cases. (#3982, #1497, #1061)
- Tables: Expose TableSetColumnEnabled() in public api. (#3935)
- Tables: Better preserve widths when columns count changes. (#4046)
- TabBar: Fixed mouse reordering with very fast movements (e.g. crossing multiple tabs in a single
frame and then immediately standling still (would only affect automation/bots). [@rokups]
- Drags, Sliders, Inputs: Specifying a NULL format to Float functions default them to "%.3f" to be