xdg_positioner: fix handling of y offset
This commit is contained in:
parent
c987fdb58d
commit
d95a2d2f2e
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ impl XdgPositioned {
|
|||
}
|
||||
|
||||
let mut x1 = self.off_x;
|
||||
let mut y1 = self.off_x;
|
||||
let mut y1 = self.off_y;
|
||||
|
||||
if anchor.contains(E_LEFT) {
|
||||
x1 += self.ar.x1();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue