SpyrexDE / SmoothScroll

Addon for the Godot Game Engine that adds a SmoothScrollContainer.
https://spyrexde.github.io/SmoothScroll/
MIT License
132 stars 10 forks source link

Scrolling via mouse wheel does not work when hovering over child controls #46

Closed Xynonners closed 3 months ago

Xynonners commented 4 months ago

When using a normal ScrollContainer, scrolling works (horizontal) when using mousewheel when hovering over any area of the ScrollContainer. However, when using a SmoothScrollContainer, this doesn't seem to be the case.

SpyrexDE commented 4 months ago

This is probably due to the mouse filter setting of the child controls being stop instead of pass. If you can't figure it out yourself, please provide a minimal reproduction project.

SpyrexDE commented 3 months ago

I will close this issue due to inactivity. If the issue persists, please leave a comment and I will reopen the issue.