mirror of
https://github.com/ocornut/imgui.git
synced 2026-07-22 00:51:36 +00:00
Fonts: fixed an issue introduced in 1.92.6 where style.FontBaseSize would be cleared during the first frame if no fonts was explicitely added before.
Amend 3aba95060e
This commit is contained in:
@@ -109,6 +109,8 @@ Other Changes:
|
||||
- Angled Headers: angled section for column being reordered via the regular headers
|
||||
stays highlighted during reordering.
|
||||
- Style:
|
||||
- Fonts: fixed an issue introduced in 1.92.6 where style.FontBaseSize would be
|
||||
cleared during the first frame if no fonts was explicitely added before.
|
||||
- Border sizes are now scaled (and rounded) by ScaleAllSizes().
|
||||
- When using large values with ScallAllSizes(), the following items thickness
|
||||
are scaled to integer amounts:
|
||||
|
||||
Reference in New Issue
Block a user