Skip to content
Commit eda6caab authored by Niccolò Venerandi's avatar Niccolò Venerandi Committed by Nate Graham
Browse files

Dialog: Fix calculation of distance between dialog and parent applet

`ParentRect` is not using the same coordinate system as `dialogPos` and `avail`,
which could result in incorrect placement of dialogs when you have e.g. multiple
monitors or a non-maximized panel. This replaces `ParentRect` with `dialogPos` so
the coordinate systems remain in sync.

BUG:464201
BUG:464513
FIXED-IN: 5.103
parent f9db0244
Pipeline #320085 passed with stage
in 2 minutes and 25 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