Qt5.6: Clicking on Scroll bars seems to also click widgets behind them
Unsolved
General and Desktop
-
Hello,
Clicking on Scroll bars seems to also pass the "mouse click" event to the widgets behind them.
Not sure if this is a bug or defined behavior.
When I click on a scroll bar to scroll around a widget, I'd like the mouse click event to stop and get consumed by the the scroll bar element only.
Is there a way to prevent the event from being passed to widgets behind it?
Thanks in advance for any help!
-