Scrollbar: Shift+Click always use absolute positionning scroll. (#8002, #7328)

This commit is contained in:
ocornut
2024-09-20 18:08:13 +02:00
parent 4aeae5d718
commit a727332e77
2 changed files with 4 additions and 2 deletions

View File

@@ -43,6 +43,8 @@ Breaking changes:
Other changes:
- Scrollbar: Shift+Click always use absolute positionning scroll (which was the default
before 1.90.8). (#8002, #7328)
- Backends: SDL3: Update for API changes: SDL_bool removal. SDL_INIT_TIMER removal.