1
0
Fork 0
forked from wry/wry

tree: signal tree_changed after switching workspace

This commit is contained in:
Julian Orth 2022-05-07 18:30:34 +02:00
parent b970965ed9
commit 6c9e058c3f

View file

@ -441,6 +441,7 @@ impl Node for OutputNode {
.clone()
.node_do_focus(seat, Direction::Unspecified);
self.update_render_data();
self.state.tree_changed();
}
fn node_on_pointer_focus(&self, seat: &Rc<WlSeatGlobal>) {