tree: damage screen when parent is focused
This commit is contained in:
parent
1d1d542839
commit
ed129c1c3d
1 changed files with 1 additions and 0 deletions
|
|
@ -584,6 +584,7 @@ impl WlSeatGlobal {
|
||||||
if let Some(parent) = tl.tl_data().parent.get() {
|
if let Some(parent) = tl.tl_data().parent.get() {
|
||||||
if let Some(tl) = parent.node_toplevel() {
|
if let Some(tl) = parent.node_toplevel() {
|
||||||
self.focus_node(tl.tl_into_node());
|
self.focus_node(tl.tl_into_node());
|
||||||
|
self.state.damage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue