InputText: fixed selection highlight Y1 offset being very slightly off (since 1.92.3). (#9311)

Fixes 1e52e7b90c
This commit is contained in:
ocornut
2026-03-19 11:20:00 +01:00
parent 4252275c64
commit b724f940d6
2 changed files with 3 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ Other Changes:
would be incorrect during the deactivation frame. (#9298)
- Fixed a crash introduced in 1.92.6 when handling ImGuiInputTextFlags_CallbackResize
in certain situations. (#9174)
- Fixed selection highlight Y1 offset being very slightly off (since 1.92.3). (#9311) [@v-ein]
- InputTextMultiline: fixed an issue introduced in 1.92.3 where line count calculated
for vertical scrollbar range would be +1 when the widget is inactive, word-wrap is
disabled and the text buffer ends with '\n'.