Fix hover ignoring events in certain conditions

This commit is contained in:
BradySimon 2025-07-08 22:33:49 -04:00
parent 283d0e74a8
commit c19c2b20ab

View file

@ -907,11 +907,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,