Merge pull request #3015 from bradysimon/fix/hover-events
Fix `hover` ignoring events in certain conditions
This commit is contained in:
commit
565fd2adf7
1 changed files with 4 additions and 4 deletions
|
|
@ -924,11 +924,11 @@ where
|
|||
if !is_visible {
|
||||
Shell::replace_redraw_request(shell, redraw_request);
|
||||
}
|
||||
};
|
||||
|
||||
if shell.is_event_captured() {
|
||||
return;
|
||||
}
|
||||
if shell.is_event_captured() {
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
self.base.as_widget_mut().update(
|
||||
base_tree,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue