1
0
Fork 0
forked from wry/wry

tree: fix restoration of workspaces to their desired outputs

This commit is contained in:
Julian Orth 2024-03-16 06:39:11 +01:00
parent a4559f5293
commit c921e2400e
4 changed files with 91 additions and 68 deletions

View file

@ -591,6 +591,7 @@ impl State {
ws.flush_jay_workspaces();
output.schedule_update_render_data();
self.tree_changed();
self.damage();
// let seats = self.globals.seats.lock();
// for seat in seats.values() {
// seat.workspace_changed(&output);