Fix hover widget not relaying events when overlay is active
This commit is contained in:
parent
3a3fda83cd
commit
ff0da4dc81
1 changed files with 1 additions and 0 deletions
|
|
@ -523,6 +523,7 @@ where
|
||||||
| mouse::Event::ButtonReleased(_)
|
| mouse::Event::ButtonReleased(_)
|
||||||
)
|
)
|
||||||
) || cursor.is_over(layout.bounds())
|
) || cursor.is_over(layout.bounds())
|
||||||
|
|| self.is_top_overlay_active
|
||||||
{
|
{
|
||||||
let (top_layout, top_tree) = children.next().unwrap();
|
let (top_layout, top_tree) = children.next().unwrap();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue