Scrollbar: clicking above or below the grab scrolls by one page, holding mouse button repeats scrolling. (#7328, #150)

Remove absolute seeking entirely. Amend f02108085.
This commit is contained in:
ocornut
2024-05-28 16:27:53 +02:00
parent 479c5f62fc
commit 5cbc34a10c
3 changed files with 34 additions and 20 deletions

View File

@@ -45,6 +45,8 @@ Other changes:
- Windows: fixed altering FramePadding mid-frame not correctly affecting logic
responsible for honoring io.ConfigWindowsMoveFromTitleBarOnly. (#7576, #899)
- Scrollbar: made scrolling logic more standard: clicking above or below the
grab scrolls by one page, holding mouse button repeats scrolling. (#7328, #150)
-----------------------------------------------------------------------