mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-05 04:10:07 +00:00
This commit is contained in:
parent
e652527313
commit
4a7c21d330
3 changed files with 4 additions and 3 deletions
|
|
@ -44,8 +44,9 @@ 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
|
||||
- Fonts: 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?).
|
||||
- Fonts: Fixed ImFontAtlas::ClearInputData() marking atlas as not built. (#4455, #3487)
|
||||
- Backends: OpenGL3: Fixed our new GL loader conflicting with user using GL3W. (#4445)
|
||||
- Backends: WebGPU: Fixed for latest specs. (#4472) [@Kangz]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue