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

Style, InputText: added ImGuiCol_InputTextCursor to configure color of the InputText cursor/caret. (#7031)

This commit is contained in:
ocornut 2025-03-19 17:50:40 +01:00
parent 0ecb2bbe74
commit d467950a5e
5 changed files with 8 additions and 1 deletions

View file

@ -45,6 +45,8 @@ Other changes:
- Error Handling: added better error report and recovery for extraneous
EndPopup() call. (#1651, #8499)
- Style, InputText: added ImGuiCol_InputTextCursor to configure color of
the InputText cursor/caret. (#7031)
-----------------------------------------------------------------------