Renamed ImFontAtlas::CustomRect to ImFontAtlasCustomRect. Keep redirection typedef (will obsolete).

This commit is contained in:
omar
2019-07-12 11:58:46 +02:00
parent e66799f79a
commit d52c6316c8
4 changed files with 30 additions and 25 deletions

View File

@ -40,6 +40,7 @@ Breaking Changes:
- IMGUI_ONCE_UPON_A_FRAME macro.
If you were still using the old names, read "API Breaking Changes" section of imgui.cpp to find out
the new names and equivalent.
- Renamed ImFontAtlas::CustomRect to ImFontAtlasCustomRect. Keep redirection typedef (will obsolete).
Other Changes:
- Window: Fixed InnerClipRect right-most coordinates using wrong padding setting (introduced in 1.71).