Merge pull request #2930 from alex-ds13/fix/component-redraw

Fix missing `Shell::request_redraw` on `component`
This commit is contained in:
Héctor 2025-11-25 22:48:59 +01:00 committed by GitHub
commit c4eb491aed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -373,6 +373,7 @@ where
));
shell.invalidate_layout();
shell.request_redraw();
}
}