fix: request redraw in component overlay
This commit is contained in:
parent
fb512c3b70
commit
4c2aa071a0
1 changed files with 4 additions and 0 deletions
|
|
@ -624,6 +624,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 inner =
|
||||
self.overlay.take().unwrap().0.take().unwrap().into_heads();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue