1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Tables: tamed some .ini settings optimizations to more accurately allow overwriting/hot-reloading settings. (#7934)

This commit is contained in:
ocornut 2025-02-12 19:08:52 +01:00
parent 7221f5e739
commit 7cd31c3557
2 changed files with 19 additions and 6 deletions

View file

@ -64,6 +64,8 @@ Other changes:
to not leak the value into a subsequent window. (#8196)
- Tables: fixed an issue where Columns Visible/Hidden state wouldn't be correctly
overridden when hot-reloading .ini state. (#7934)
- Tables: tamed some .ini settings optimizations to more accurately allow
overwriting/hot-reloading settings in more situations. (#7934)
- Styles, Tabs: made the Close Button of selected tabs always visible by default,
without requiring to hover the tab. (#8387)
- Added style.TabCloseButtonMinWidthSelected/TabCloseButtonMinWidthUnselected settings