Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

masonry: fix updating Portal on scrollbar drag #563

Merged
merged 3 commits into from
Sep 2, 2024

Commits on Aug 29, 2024

  1. masonry: fix updating Portal on scrollbar drag

    Fixed by requesting compose instead of layout. Regression probably
    caused in 59ee615 or
    ff7635e.
    tomcur committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    205434a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. masonry: fix anchor calculation of scrollbar pointer dragging

    `PointerEvent` holds global (window) coordinates, so the scrollbar has
    to calculate the position relative to its window origin.
    tomcur committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    793f37d View commit details
    Browse the repository at this point in the history
  2. masonry: when querying widgets by pos, in case of overlap take last

    This takes the last child as returned by Widget::children_ids, i.e., the
    last in "z-order".
    tomcur committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1cb61ec View commit details
    Browse the repository at this point in the history