Sometimes disambiguate setting can't scroll
Discreater opened this issue ยท 2 comments
It seems caused by the getLabelUnderMouse
function doesn't check the overlay.
So, when recipe gui handling the mouse scroll event, it will get the label under the overlay.
As I remember, the overlay is basically a widget at the top of the widget list. So every user input will get handled by the overlay first. If the overlay can handle it (mouse inside overlay area), it will not pass to underlaying widgets.
I guess I'm doing something wrong with mouse positon offsetting. So the input is not at the position of expected widget.
Never mind, I'll check it.