Skip to content

One scroll axis fails because horizontal and vertical scrolling are not handled separately in one place #8274

Description

@rustbasic

One scroll axis fails because horizontal and vertical scrolling are not handled separately in one place

egui Version : main and All

Everywhere in scroll_area.rs (which handles ScrollArea), horizontal and vertical scrolling are processed separately.
However, there is a single place where they are not handled separately. As a result, when trying to process horizontal and vertical scrolls independently, one of the dimensions fails to scroll.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is broken

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions