Windows: fixed background order of overlapping childs submitted sequentially. (#4493)

Amend 07704496
This commit is contained in:
ocornut
2021-08-30 13:08:41 +02:00
parent 11103f8253
commit 333807b483
3 changed files with 12 additions and 6 deletions

View File

@ -42,6 +42,7 @@ Breaking Changes:
Other Changes:
- Windows: fixed background order of overlapping childs submitted sequentially. (#4493)
- InputTextMultiline: Fixed label size not being included into window contents rect unless
the whole widget is clipped.
- TextUnformatted: Accept null ranges including (NULL,NULL) without asserting, in order to conform