Skip to content
Commit 40d375f4 authored by Aki Sakurai's avatar Aki Sakurai Committed by Vlad Zahorodnii
Browse files

Fix misgenerated QHoverEvent

https://doc.qt.io/qt-6/qhoverevent.html#oldPos

https://doc.qt.io/qt-6/qhoverevent-obsolete.html#pos

oldPos: On QEvent::HoverEnter events, this position will always be QPoint(-1, -1).

pos: On QEvent::HoverLeave events, this position will always be QPoint(-1, -1).

On the same app, such as Wayland-enabled VS Code, the misgeneration causes the cursor to move to the origin when moving the cursor away from the server side decoration.


(cherry picked from commit aa57e913)
parent 53e1c383
Pipeline #503373 failed with stage
in 16 minutes and 18 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment