1
0
Fork 0
forked from wry/wry

tree: damage screen when parent is focused

This commit is contained in:
Julian Orth 2024-02-21 14:23:23 +01:00
parent 1d1d542839
commit ed129c1c3d

View file

@ -584,6 +584,7 @@ impl WlSeatGlobal {
if let Some(parent) = tl.tl_data().parent.get() {
if let Some(tl) = parent.node_toplevel() {
self.focus_node(tl.tl_into_node());
self.state.damage();
}
}
}