Metrics: Added a node showing windows in submission order and showing the Begin() stack.

This commit is contained in:
ocornut
2021-11-30 16:02:47 +01:00
parent c5db276521
commit f087a5b856
3 changed files with 48 additions and 5 deletions

View File

@ -71,6 +71,7 @@ Other Changes:
(an additional ItemSpacing.y was declared, affecting scrollbar range).
- Drag and Drop: BeginDragDropSource() with ImGuiDragDropFlags_SourceAllowNullID doesn't lose
tooltip when scrolling. (#143)
- Metrics: Added a node showing windows in submission order and showing the Begin() stack.
- Misc: Added missing ImGuiMouseCursor_NotAllowed cursor for software rendering (when the
io.MouseDrawCursor flag is enabled). (#4713) [@nobody-special666]
- Misc: Fix MinGW DLL build issue (when IMGUI_API is defined). [@rokups]