shell: Fix SSD when using scaling

This commit is contained in:
Victoria Brekenfeld 2023-01-25 15:14:18 +01:00
parent 0090122ffe
commit e50bea33bb
3 changed files with 77 additions and 13 deletions

View file

@ -946,6 +946,9 @@ impl TilingLayout {
}
}
}
for (_, mapped, _) in self.mapped() {
mapped.refresh();
}
TilingLayout::update_space_positions(&mut self.trees, self.gaps);
}