1
0
Fork 0
forked from wry/wry

layer-shell: fix input routing to bottom and background layers

This commit is contained in:
Julian Orth 2024-05-06 19:52:42 +02:00
parent c06f532a58
commit 7cb9bd667f
2 changed files with 17 additions and 9 deletions

View file

@ -264,9 +264,9 @@ impl Node for WorkspaceNode {
x,
y,
});
n.node_find_tree_at(x, y, tree, usecase);
return n.node_find_tree_at(x, y, tree, usecase);
}
FindTreeResult::AcceptsInput
FindTreeResult::Other
}
fn node_render(&self, renderer: &mut Renderer, x: i32, y: i32, _bounds: Option<&Rect>) {