InputTextMultiline: fixed an issue processing deactivation logic when an active multi-line edit is clipped due to being out of view.

This commit is contained in:
ocornut
2026-04-03 16:25:57 +02:00
parent 4a61188322
commit 03a0b00a34
2 changed files with 7 additions and 2 deletions

View File

@@ -43,6 +43,10 @@ Breaking Changes:
Other Changes:
- InputText:
- InputTextMultiline: fixed an issue processing deactivation logic when an active
multi-line edit is clipped due to being out of view.
-----------------------------------------------------------------------
VERSION 1.92.7 (Released 2026-04-02)