Skip to content

fix missing request_redraw on Component #2930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alex-ds13
Copy link
Contributor

There was a missing shell.request_redraw(); on the Component widget. If some internal state changed it would rebuild the element properly but since there wasn't this redraw request, the draw wouldn't be called and the view wouldn't actually update.

The core team is busy and does not have time to mentor nor babysit new contributors. If a member of the core team thinks that reviewing and understanding your work will take more time and effort than writing it from scratch by themselves, your contribution will be dismissed. It is your responsibility to communicate and figure out how to reduce the likelihood of this!

Read the contributing guidelines for more details: https://github.com/iced-rs/iced/blob/master/CONTRIBUTING.md

@alex-ds13 alex-ds13 force-pushed the fix/component-redraw branch from 4b086b3 to fbe7023 Compare May 8, 2025 16:20
@alex-ds13 alex-ds13 force-pushed the fix/component-redraw branch from fbe7023 to 3292d01 Compare May 21, 2025 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant