Fix widget-driven animations for Component
This commit is contained in:
parent
dc6f9f432a
commit
a3bfa0724c
1 changed files with 4 additions and 0 deletions
|
|
@ -227,6 +227,10 @@ where
|
|||
|
||||
local_shell.revalidate_layout(|| shell.invalidate_layout());
|
||||
|
||||
if let Some(redraw_request) = local_shell.redraw_request() {
|
||||
shell.request_redraw(redraw_request);
|
||||
}
|
||||
|
||||
if !local_messages.is_empty() {
|
||||
let mut heads = self.state.take().unwrap().into_heads();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue