mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-28 10:14:11 +00:00
InputText: fixed a crash toggling ReadOnly flag while active. (#9354)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user