Skip to content
New issue

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

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

Already on GitHub? # to your account

request_anim invalidates the entire window #867

Open
jneem opened this issue Apr 22, 2020 · 1 comment
Open

request_anim invalidates the entire window #867

jneem opened this issue Apr 22, 2020 · 1 comment
Labels
architecture changes the architecture, usually breaking

Comments

@jneem
Copy link
Collaborator

jneem commented Apr 22, 2020

Once #817 is merged, we'll have support for partial invalidation. However, request_anim doesn't make use of it yet. This can be seen in druid/examples/invalidation.rs, where the whole window gets repeatedly invalidated while the scrollbar is fading out.

@raphlinus
Copy link
Contributor

Yes, this is something that worried me. Agree it should be fixed, and request_anim shouldn't do any invalidation itself, as it doesn't know what to invalidate.

@cmyr cmyr added the architecture changes the architecture, usually breaking label Apr 23, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
architecture changes the architecture, usually breaking
Projects
None yet
Development

No branches or pull requests

3 participants