Skip to content

macosx: Fix down-scroll in VLCSubScrollView not scrolling parent view

This bug is caused by the verticalScroller.floatValue not being exactly 1 at bottom. This MR implements a similar workaround as we already use for the top position of the scroller (we treat positions >=0.99 as the bottom)

With fix:

Screen_Recording_2022-11-07_at_23.39.26

Master:

Screen_Recording_2022-11-07_at_23.43.49

Signed-off-by: Claudio Cambra developer@claudiocambra.com

Merge request reports