mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-14 00:34:18 +00:00
Fonts: fixed an issue when a font using MergeMode has a reference size specified but the target font doesn't.
This commit is contained in:
parent
90025a62c7
commit
7e701c18c8
2 changed files with 8 additions and 3 deletions
|
|
@ -46,6 +46,10 @@ Breaking Changes:
|
|||
|
||||
Other Changes:
|
||||
|
||||
- Fonts: fixed an issue when a font using MergeMode has a reference size
|
||||
specified but the target font doesn't. Usually either all fonts should
|
||||
have a reference size (only required when specifying e.g. GlyphOffset),
|
||||
or none should have a reference size.
|
||||
- Windows: fixed an issue where resizable child windows would emit border
|
||||
logic when hidden/non-visible (e.g. when in a docked window that is not
|
||||
selected), impacting code not checking for BeginChild() return value. (#8815)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue