mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-02 13:37:40 -05:00
InputText: Fixed not calling CallbackEdit on revert/clear with Escape key. (#8273) + rework comments.
Seems like there is no reason to not run that path. Amend ancient9501cd99,f3ab5e625
This commit is contained in:
@@ -62,6 +62,8 @@ Other changes:
|
||||
value is being modified. (#8242)
|
||||
- InputText: Added sanity check to detect some cases of passing a non
|
||||
zero-terminated input buffer.
|
||||
- InputText: Fixed not calling CallbackEdit on revert/clear with Escape key,
|
||||
although IsItemEdited() was behaving correctly. (#8273)
|
||||
- Tables: Fixed TableAngledHeadersRow() creating an infinite horizontal
|
||||
scrolling region when the table is hosted in a viewport with negative
|
||||
coordinates.
|
||||
|
||||
Reference in New Issue
Block a user