shell: Fix SSD when using scaling
This commit is contained in:
parent
0090122ffe
commit
e50bea33bb
3 changed files with 77 additions and 13 deletions
|
|
@ -946,6 +946,9 @@ impl TilingLayout {
|
|||
}
|
||||
}
|
||||
}
|
||||
for (_, mapped, _) in self.mapped() {
|
||||
mapped.refresh();
|
||||
}
|
||||
TilingLayout::update_space_positions(&mut self.trees, self.gaps);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue