Skip to content
Verified Commit 8b1250ac authored by Fushan Wen's avatar Fushan Wen
Browse files

applets/systemtray: fix xembed icon not receiving click events when using Qt scaling

On X11, when using Qt scaling, mapToGlobal will return a scaled position
which is unusable in `SNIProxy::sendClick`. This fixes the bug by
multiplying the position  by devicePixelRatio.

BUG: 456168
FIXED-IN: 5.27
parent 43fd6947
Pipeline #314994 passed with stage
in 29 minutes and 57 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