1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-12 00:14:20 +00:00

Commented out ImGuiFreeType::BuildFontAtlas() obsoleted in 1.81. Commented out legacy ImGuiColumnsFlags_XXX symbols redirecting to ImGuiOldColumnsFlags_XXX, obsoleted in 1.80.

Amend 9499afdf and 72de6f336
This commit is contained in:
ocornut 2023-12-05 17:04:19 +01:00
parent 1fd5ff7152
commit aaf157cfdd
4 changed files with 16 additions and 10 deletions

View file

@ -42,6 +42,11 @@ HOW TO UPDATE?
Breaking changes:
- imgui_freetype: commented out ImGuiFreeType::BuildFontAtlas() obsoleted in 1.81.
Prefer using #define IMGUI_ENABLE_FREETYPE or see commented code for manual calls.
- Internals, Columns: commented out legacy ImGuiColumnsFlags_XXX symbols redirecting
to ImGuiOldColumnsFlags_XXX, obsoleted from imgui_internal.h in 1.80.
Other changes:
- Windows: BeginChild(): Fixed auto-resizing erroneously limiting size to host viewport