Skip to content

Fix calculation of distance between dialog and parent applet

Niccolò Venerandi requested to merge work/niccolove/fixcenteringdialogs into master

BUG:464201

BUG:464513

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

Edited by Niccolò Venerandi

Merge request reports