fix missing request_redraw on Component

This commit is contained in:
alex-ds13 2025-05-05 11:18:41 +01:00
parent 89f480bdae
commit 1b51112c47

View file

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