Hi, I have an issue with scrollpanes.
After I click on the scrollpane and scroll around a bit, the mouse gets locked to the Scrollpane.
After its locked scrolling the mouse wheel makes the scrollpane scroll but I can no longer use scroll for other events.
I would like to either be able to somehow break the connection between the scrollwheel and the scrollPane.
Is this possible?
Can you post some example code that we can run, preferably as an MCVE?
Otherwise it’s going to be pretty hard to help you debug code we can’t run ourselves.