floating/resize: Fix jumping on multi-monitor setups
This commit is contained in:
parent
e83796680f
commit
21483b8d41
1 changed files with 5 additions and 3 deletions
|
|
@ -371,9 +371,11 @@ impl ResizeSurfaceGrab {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
floating_layer
|
floating_layer.space.map_element(
|
||||||
.space
|
window,
|
||||||
.map_element(window, new_location.as_logical(), false);
|
new_location.to_local(&output).as_logical(),
|
||||||
|
false,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue