Tables: Context-menu: added "Reset" sub-menu and "Reset Visibility" option.

This commit is contained in:
ocornut
2026-06-11 18:39:53 +02:00
parent b10137f92f
commit e5ff2d07d7
6 changed files with 42 additions and 18 deletions

View File

@@ -55,6 +55,9 @@ Other Changes:
- InputText:
- Added `style.InputTextCursorSize` to configure cursor/caret thickness. (#7031, #9409)
This is automatically scaled by `style.ScaleAllSizes()`.
- Tables:
- Context Menu: added a "Reset" sub-menu with a "Reset Visibility" option.
(which is greyed out when using default settings)
- Fonts:
- Added `IMGUI_DISABLE_DEFAULT_FONT_BITMAP`/`IMGUI_DISABLE_DEFAULT_FONT_VECTOR` to
disable embedding either fonts separately. (#9407)