InputText: fixed a crash toggling ReadOnly flag while active. (#9354)

This commit is contained in:
ocornut
2026-04-08 15:56:59 +02:00
parent 4d38508c6b
commit d946c6932b
2 changed files with 16 additions and 11 deletions

View File

@@ -46,6 +46,7 @@ Other Changes:
- InputText:
- 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)
- Tables:
- Fixed an issue reporting ideal size to parent window/container when both scrollbars
are visible but only one of ScrollX/ScrollY was explicitly requested. (#9352, #7651)