Demo: Tweak "child windows" section. (#3318)

This commit is contained in:
omar
2020-07-16 17:20:24 +02:00
parent eefae08261
commit 825f2ae455
2 changed files with 8 additions and 15 deletions

View File

@ -53,6 +53,7 @@ Other Changes:
- Clear ImFontAtlasFlags_NoBakedLines in ImFontAtlas::Flags to disable baking data in texture.
- ImDrawList: Fixed minor bug introduced in 1.75 where AddCircle() with 12 segments would generate
an extra vertex. (This bug was mistakenly marked as fixed in earlier 1.77 release). [@ShironekoBen]
- Demo: Tweak "Child Windows" section.
- Backends: OpenGL3: Added support for glad2 loader. (#3330) [@moritz-h]