stack: Remember position during continuous move action
This commit is contained in:
parent
e116f20396
commit
638684642c
4 changed files with 30 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue