Line-based scrollbars #77
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
mupen64/ugui#77
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Scrollbars are currently based on a 0-1 scroll value.
This is ridiculously bad for many reasons, the main one being loss of precision for big
ratios.A scrollbar should have three parameters instead, similar to how Windows does it:
Where "unit" usually just means line. I propose unit instead of line because we also have horizontal scrollbars which scroll by character, not line.