layer-shell: fix input routing to bottom and background layers
This commit is contained in:
parent
c06f532a58
commit
7cb9bd667f
2 changed files with 17 additions and 9 deletions
|
|
@ -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>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue