InputText: CharFilter callback event sets CursorPos/SelectionStart/SelectionEnd. (#816)

This commit is contained in:
ocornut
2026-04-09 14:54:09 +02:00
parent 11de9df44c
commit f4ed421a88
4 changed files with 8 additions and 5 deletions
+1
View File
@@ -47,6 +47,7 @@ Other Changes:
- InputTextMultiline: fixed an issue processing deactivation logic when an active
multi-line edit is clipped due to being out of view.
- Fixed a crash when toggling ReadOnly while active. (#9354)
- CharFilter callback event sets CursorPos/SelectionStart/SelectionEnd. (#816)
- Tables:
- Fixed issues reporting ideal size to parent window/container: (#9352, #7651)
- When both scrollbars are visible but only one of ScrollX/ScrollY was explicitly requested.