Fix cursor availability in overlay::Nested::draw
This commit is contained in:
parent
87db76a11f
commit
9803b276ad
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ where
|
|||
.and_then(|(cursor_position, nested_layout)| {
|
||||
element.overlay(layout, renderer).map(|nested| {
|
||||
nested.is_over(
|
||||
nested_layout,
|
||||
nested_layout.children().next().unwrap(),
|
||||
renderer,
|
||||
cursor_position,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue