tree: signal tree_changed after switching workspace
This commit is contained in:
parent
b970965ed9
commit
6c9e058c3f
1 changed files with 1 additions and 0 deletions
|
|
@ -441,6 +441,7 @@ impl Node for OutputNode {
|
||||||
.clone()
|
.clone()
|
||||||
.node_do_focus(seat, Direction::Unspecified);
|
.node_do_focus(seat, Direction::Unspecified);
|
||||||
self.update_render_data();
|
self.update_render_data();
|
||||||
|
self.state.tree_changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
fn node_on_pointer_focus(&self, seat: &Rc<WlSeatGlobal>) {
|
fn node_on_pointer_focus(&self, seat: &Rc<WlSeatGlobal>) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue