Fonts: assert when using MergeMode with an explicit size over a target font with an implicit size, as scale factor are likely erroneous. (#9361)

This commit is contained in:
ocornut
2026-04-13 16:45:18 +02:00
parent bbd0af7256
commit 3cd8683061
4 changed files with 17 additions and 2 deletions
+2
View File
@@ -76,6 +76,8 @@ Other Changes:
before layout has been locked (first row or headers row submitted). (#8250)
- Fonts:
- imgui_freetype: add FreeType headers & compiled version in 'About Dear ImGui' details.
- Assert when using MergeMode with an explicit size over a target font with an implicit
size, as scale factor are likely erroneous. (#9361)
- Clipper:
- Improved error reporting when misusing the clipper inside a table (prioritize
reporting the common clipper error over a table sanity check assert). (#9350)