Skip to content

Forward redraw requests in component overlay#1949

Merged
hecrj merged 1 commit into
iced-rs:masterfrom
nicksenger:fix/component-overlay-redraw
Jul 9, 2023
Merged

Forward redraw requests in component overlay#1949
hecrj merged 1 commit into
iced-rs:masterfrom
nicksenger:fix/component-overlay-redraw

Conversation

@nicksenger

Copy link
Copy Markdown
Contributor

Currently the redraw request is not forwarded from a component's overlay to the containing shell, which prevents use of animations in component overlays. This PR resolves the issue by forwarding the redraw request.

@hecrj hecrj left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, as always! Thanks!

@hecrj hecrj added bug Something isn't working shell labels Jul 9, 2023
@hecrj hecrj added this to the 0.10.0 milestone Jul 9, 2023
@hecrj hecrj merged commit 63b2dc3 into iced-rs:master Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working shell

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants