layout: Refresh windows too

This will send output enter/leave to new popups.
This commit is contained in:
Ivan Molodetskikh
2023-09-28 08:26:17 +04:00
parent 804e064826
commit 1572ef75bd
+1
View File
@@ -1981,6 +1981,7 @@ impl Workspace<Window> {
let active = self.active_column_idx == col_idx && col.active_window_idx == win_idx;
win.set_activated(active);
win.toplevel().send_pending_configure();
win.refresh();
}
}
}