InputText, Style: added InputTextCursorSize to configure cursor/caret thickness. (#7031, #9409)

This commit is contained in:
ocornut
2026-05-22 19:11:33 +02:00
parent 904b663184
commit 24a80f74a4
4 changed files with 7 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ Other Changes:
for user code to bypass it without using a clickable item. (#9382)
- Clicking on a window's empty-space to move/focus a window checks
for lack of queued focus request. (#9382)
- InputText:
- Added style.InputTextCursorSize to configure cursor/caret thickness. (#7031, #9409)
This is automatically scaled by style.ScaleAllSizes().
- Demo:
- Extract 'Widgets->Tree Nodes->Selectable Nodes' out of the 'Advanced'
demo for clarity (manual reimplementation of basic selection).