Added missing ImVec2/ImVec4 operators. (#9339, #8510, #8258)

This commit is contained in:
Daniel K. O. (dkosmari)
2026-03-30 21:50:50 -03:00
committed by ocornut
parent b003a85143
commit 3c78afbbbb
2 changed files with 12 additions and 2 deletions

View File

@@ -142,6 +142,7 @@ Other Changes:
- Fixed GetForegroundDrawList()/GetBackgroundDrawList() per-viewport buffers not being
collected when unused for io.ConfigMemoryCompactTimer amount of time. (#9303)
- Demo: fixed IMGUI_DEMO_MARKER locations for examples applets. (#9261, #3689) [@pthom]
- Misc: added missing ImVec2/ImVec4 operators. (#9339, #8258) [@dkosmari, @ArashPartow]
- Internals:
- ButtonBehavior: fixed internal/low-level ImGuiButtonFlags_PressedOnRelease
(as well as equivalent ImGuiSelectableFlags_SelectOnRelease for Selectable) from