Tooltips: Tooltips triggered from touch inputs are positionned above the item. (#8036)

This commit is contained in:
ocornut
2024-10-02 18:39:17 +02:00
parent 014b722963
commit 5109a77f69
2 changed files with 26 additions and 6 deletions

View File

@@ -76,6 +76,7 @@ Other changes:
- 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)
- Tooltips: Tooltips triggered from touch inputs are positionned above the item. (#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]