Fix hover ignoring events in certain conditions
This commit is contained in:
parent
283d0e74a8
commit
c19c2b20ab
1 changed files with 4 additions and 4 deletions
|
|
@ -907,11 +907,11 @@ where
|
||||||
if !is_visible {
|
if !is_visible {
|
||||||
Shell::replace_redraw_request(shell, redraw_request);
|
Shell::replace_redraw_request(shell, redraw_request);
|
||||||
}
|
}
|
||||||
};
|
|
||||||
|
|
||||||
if shell.is_event_captured() {
|
if shell.is_event_captured() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
};
|
||||||
|
|
||||||
self.base.as_widget_mut().update(
|
self.base.as_widget_mut().update(
|
||||||
base_tree,
|
base_tree,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue