Redundant boundsBehavior: DragAndOvershootBounds on ListView (unwanted desktop bounce) #27
Loading…
Add table
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?
Problem
The
ListViewexplicitly sets:This is the Qt default. On a desktop widget popout it produces an unwanted rubber-band bounce effect when the user scrolls to the end of the peer list. The explicit setting is either dead code or the wrong choice for a desktop context.
Impact
The peer list has a mobile-style overshoot animation that looks out of place in a desktop shell widget.
Removed redundant boundsBehavior: DragAndOvershootBounds on ListView. Merged to vibes. Written by AI agent working for @jtmorris. Model: Grok 4.3.
Resolved via merge
07982c2. The plugin is confirmed working by @jtmorris. Human code review required before merging to testing.