Metrics/Debugger: Browsing a Storage perform hover lookup on identifier.

This commit is contained in:
ocornut
2024-06-26 12:17:22 +02:00
parent a18fb406ac
commit eb1cc4b8b4
2 changed files with 4 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ Other changes:
- Drag and Drop: Fixes an issue when elapsing payload would be based on last payload
frame instead of last drag source frame, which makes a difference if not resubmitting
payload every frame. (#143)
- Debug Tools: Metrics/Debugger: Browsing a Storage perform hover lookup on identifier.
- Backends: SDL3: Update for API removal of keysym field in SDL_KeyboardEvent. (#7728)
- Backends: Vulkan: Remove Volk/ from volk.h #include directives. (#7722, #6582, #4854)
[@martin-ejdestig]