InputTextMultiline: Fixed a crash pressing Down on last empty line of a multiline buffer. (#6783, #6000)

Amend 57a5b73a4c
This commit is contained in:
ocornut
2023-09-06 11:28:14 +02:00
parent cf1c4a0cb1
commit d8ef864b02
3 changed files with 8 additions and 3 deletions

View File

@ -44,7 +44,9 @@ Breaking changes:
Other changes:
- BeginListBox(): fixed not consuming SetNextWindowXXX data when returning false.
- InputTextMultiline: Fixed a crash pressing Down on last empty line of a multiline buffer.
(regression from 1.89.2, only happened in some states). (#6783, #6000)
- BeginListBox(): Fixed not consuming SetNextWindowXXX data when returning false.
-----------------------------------------------------------------------