InputText: Shift+Enter in multi-line editor always adds a new line. (#9239)

This commit is contained in:
ocornut
2026-02-24 17:10:56 +01:00
parent 0666da6a72
commit 68a91d3060
3 changed files with 9 additions and 4 deletions

View File

@@ -57,6 +57,9 @@ Other Changes:
through non-visible chunks. (#3823, #9251, #6990, #6042)
Using SetNextItemStorageID() + TreeNodeGetOpen() makes this notably easier than
it was prior to 1.91.
- InputText:
- Shift+Enter in multi-line editor always adds a new line, regardless of
ImGuiInputTextFlags_CtrlEnterForNewLine being set or not. (#9239)
- Style: border sizes are now scaled (and rounded) by ScaleAllSizes().
- Clipper:
- Clear `DisplayStart`/`DisplayEnd` fields when `Step()` returns false.