Stack Tool: Docs (#4631) + also prevent Metrics window from displaying twice.

This commit is contained in:
ocornut
2021-10-06 18:16:43 +02:00
parent 25332fa5ac
commit fbe78b1a3a
3 changed files with 12 additions and 6 deletions

View File

@ -42,7 +42,7 @@ Breaking Changes:
Other Changes:
- Debug: Stack Tool: Added "Stack Tool" available in "Demo->Examples->Stack Tool", "Metrics->Tools",
- Debug: Stack Tool: Added "Stack Tool" available in "Demo->Tools->Stack Tool", "Metrics->Tools",
or by calling the ShowStackToolWindow() function. The tool run queries on hovered id to display
details about individual components that were hashed to create an ID. It helps understanding
the ID stack system and debugging potential ID collisions. (#4631) [@ocornut, @rokups]