Tooltips, Drag and Drop: Stabilized name of drag and drop tooltip window. (#8036)

This commit is contained in:
ocornut
2024-10-02 18:26:02 +02:00
parent f0575411c0
commit 014b722963
4 changed files with 22 additions and 12 deletions

View File

@@ -73,6 +73,9 @@ Other changes:
Set io.ConfigScrollbarScrollByPage=false to enforce always scrolling to clicked location.
- Tooltips, Drag and Drop: Fixed an issue where the fallback drag and drop payload tooltip
appeared during drag and drop release.
- Tooltips, Drag and Drop: Stabilized name of drag and drop tooltip window so that
transitioning from an item tooltip to a drag tooltip doesn't leak window auto-sizing
info from one to the other. (#8036)
- Backends: SDL3: Update for API changes: SDL_bool removal. SDL_INIT_TIMER removal.
- Backends: WebGPU: Fixed DAWN api change using WGPUStringView in WGPUShaderSourceWGSL.
(#8009, #8010) [@blitz-research]