tree: fix toplevel float extent memoization
This commit is contained in:
parent
bd3872a4ef
commit
062bcb25ee
7 changed files with 14 additions and 20 deletions
|
|
@ -369,12 +369,7 @@ impl WlSeatGlobal {
|
|||
if old_ws.id == ws.id {
|
||||
return;
|
||||
}
|
||||
let cn = match tl
|
||||
.tl_data()
|
||||
.parent
|
||||
.get()
|
||||
.and_then(|p| p.node_into_containing_node())
|
||||
{
|
||||
let cn = match tl.tl_data().parent.get() {
|
||||
Some(cn) => cn,
|
||||
_ => return,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue