request_anim
invalidates the entire window
#867
Labels
architecture
changes the architecture, usually breaking
request_anim
invalidates the entire window
#867
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 indruid/examples/invalidation.rs
, where the whole window gets repeatedly invalidated while the scrollbar is fading out.The text was updated successfully, but these errors were encountered: