Fonts: Fixed crash when manually specifying an EllipsisChar that doesn't exist. (#6480)

This commit is contained in:
ocornut
2023-05-31 14:44:29 +02:00
parent b476184574
commit 075b975fed
2 changed files with 20 additions and 20 deletions

View File

@ -73,6 +73,7 @@ Other changes:
- Menus: Fixed an issue when opening a menu hierarchy in a given menu-bar would allow
opening another via simple hovering. (#3496, #4797)
- Fonts: Fixed crash when merging fonts and the first font has no valid glyph. (#6446) [@JaedanC]
- Fonts: Fixed crash when manually specifying an EllipsisChar that doesn't exist. (#6480)
- Misc: Added ImVec2 unary minus operator. (#6368) [@Koostosh]
- Debug Tools: Debug Log: Fixed not parsing 0xXXXXXXXX values for geo-locating on mouse
hover hover when the identifier is at the end of the line. (#5855)