stack: Remember position during continuous move action

This commit is contained in:
Victoria Brekenfeld 2025-02-26 15:31:06 +01:00 committed by Victoria Brekenfeld
parent e116f20396
commit 638684642c
4 changed files with 30 additions and 10 deletions

View file

@ -714,7 +714,7 @@ impl FloatingLayout {
if let Some((mapped, geo)) = self.hovered_stack.take() {
let stack = mapped.stack_ref().unwrap();
for surface in window.windows().map(|s| s.0) {
stack.add_window(surface, None);
stack.add_window(surface, None, None);
}
(mapped, geo.loc)
} else {