mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
78235baaa5
This change ensures that the scrollbar anchors to the proper edge of the content even when the list was drawn with a zero minimum constraint. Without this, the layout.Direction used to anchor the scrollbar will choose to use the minimum size and anchor it to the opposite edge of the content. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>