summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2020-05-08 14:05:06 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2020-05-20 09:34:26 +0000
commit6eadb2f2588b240b5fcda38e1f68a49a4690eb6b (patch)
treec8f578a6498d6a5482f6069bc91c296eba42752d /src/webenginewidgets
parent0891ac9c05b96471a0858011ef4f84b353337d16 (diff)
Fix scrollbar when releasing mouse button outside of window on Windows
When releasing mouse button outside of window on Windows, an extra QEvent::Leave is sent before the QEvent::MouseButtonRelease. This extra Leave event resets the pointer to the last interacted scrollbar (last_scrollbar_under_mouse_) in Chromium. Leave events should not be sent until the last mouse button is released. Fixes: QTBUG-70437 Pick-to: 5.15 Change-Id: Ibf28b3ca0fd82feb5abf91ec851d92db0a8657f0 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/webenginewidgets')
0 files changed, 0 insertions, 0 deletions