Docking, Style: fixed per-window ImGuiCol_UnsavedMarker changes not being latched by docked windows. (#8983, #9064)

This commit is contained in:
ocornut
2025-11-12 18:22:05 +01:00
parent d4c156a0f0
commit 891dd2d31e
3 changed files with 4 additions and 1 deletions

View File

@@ -150,6 +150,8 @@ Other Changes:
Docking+Viewports Branch:
- Docking, Style: fixed per-window ImGuiCol_UnsavedMarker changes not being latched
by docked windows. (#8983, #9064)
- Examples:
- SDL2+DX11, SDL3+DX11, Win32+DX10, Win32+DX11: fixed one resource leak
from the use of MakeWindowAssociation() in 1.92.4. (#9010, #4350) [@o-3-o]