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.
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 handlesScrollArea), 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.