mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
da09aabbe8
Previously, it was possible for fromListPosition to return an end coordinate greater than 1, which would make scroll indicators using those coordinates render beyond the boundaries of their scroll tracks. One could argue that this is a bug in the scroll indicator, but I don't think this method should return data outside of its documented range. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>