Merge pull request #2930 from alex-ds13/fix/component-redraw
Fix missing `Shell::request_redraw` on `component`
This commit is contained in:
commit
c4eb491aed
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ where
|
|||
));
|
||||
|
||||
shell.invalidate_layout();
|
||||
shell.request_redraw();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue