mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Error Handling: Fixed bugs recovering from within a table that created a child window, and from nested child windows. (#1651)
This commit is contained in:
parent
fd93229770
commit
eed9502795
3 changed files with 22 additions and 11 deletions
|
|
@ -43,6 +43,8 @@ Breaking changes:
|
|||
|
||||
Other changes:
|
||||
|
||||
- Error Handling: Fixed bugs recovering from within a table that created
|
||||
a child window, and from nested child windows. (#1651)
|
||||
- InputText: Fixed a bug where character replacements performed from a callback
|
||||
were not applied when pasting from clipbard. (#8229)
|
||||
- InputText: Fixed issue when activating a ReadOnly field when the underlying
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue