mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fonts: fixed assertion failure when ImFontAtlasRectEntry::Generation overflows. (#8906)
This commit is contained in:
parent
87c1ab7988
commit
a309d2dcac
3 changed files with 9 additions and 5 deletions
|
|
@ -45,6 +45,8 @@ Other Changes:
|
|||
|
||||
- Scrollbar, Style: added configurable style.ScrollbarPadding value and corresponding
|
||||
ImGuiStyleVar_ScrollbarPadding enum, instead of hardcoded computed default. (#8895)
|
||||
- Fonts: fixed an assertion failure when a rectangle entry has been reused
|
||||
1024 times (e.g. due to constant change of font types). (#8906) [@cfillion]
|
||||
- Fixed Bullet() fixed tesselation amount which looked out of place in very large sizes.
|
||||
- DrawList: Fixed CloneOutput() unnecessarily taking a copy of the ImDrawListSharedData
|
||||
pointer, which could to issue when deleting the cloned list. (#8894, #1860)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue