InputTextMultiline: Fixed label size not being included into window contents rect unless the whole widget is clipped.

This commit is contained in:
ocornut
2021-08-23 17:07:46 +02:00
parent 68f428b449
commit 0608887fb5
2 changed files with 5 additions and 1 deletions

View File

@ -42,6 +42,8 @@ Breaking Changes:
Other Changes:
- InputTextMultiline: Fixed label size not being included into window contents rect unless
the whole widget is clipped.
- imgui_freetype: Fixed crash when FT_Render_Glyph() fails to render a glyph and returns NULL
(which apparently happens with Freetype 2.11). (#4394, #4145?).