mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Tables, Error Handling: Recovery from invalid index in TableSetColumnIndex(). (#1651)
This commit is contained in:
parent
e1ae7db4cc
commit
98c2f6b0c4
2 changed files with 6 additions and 1 deletions
|
|
@ -66,6 +66,7 @@ Other changes:
|
|||
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)
|
||||
- Tables, Error Handling: Recovery from invalid index in TableSetColumnIndex(). (#1651)
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue