Fixed CTRL+Tab dimming background assert when target window has a callback in the last ImDrawCmd. (#4857, #5937)

This commit is contained in:
ocornut
2023-07-10 15:10:42 +02:00
parent b32ef809c3
commit 140726d23f
2 changed files with 4 additions and 2 deletions

View File

@ -42,6 +42,8 @@ Breaking changes:
Other changes:
- Fixed CTRL+Tab dimming background assert when target window has a callback
in the last ImDrawCmd. (#4857, #5937)
- InputText: Fixed a case where deactivation frame would write to underlying
buffer or call CallbackResize although unnecessary, in a frame where the
return value was false.