This commit is contained in:
ocornut
2025-12-15 16:59:22 +01:00
parent 4dac00ca0c
commit dc48a7c88e
2 changed files with 7 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ Breaking Changes:
Before: GetID("Hello###World") == GetID("###World") != GetID("World");
Now: GetID("Hello###World") == GetID("###World") == GetID("World");
- This has the property of facilitating concatenating and manipulating
identifers using "###", and will allow fixing other dangling issues.
identifiers using "###", and will allow fixing other dangling issues.
- This will invalidate hashes (stored in .ini data) for Tables and Windows
that are using the "###" operators. (#713, #1698)
- Fonts: Fixed handling of `ImFontConfig::FontDataOwnedByAtlas = false` which