Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Invalidate widget tree in
Responsive
after a window::Event::Resized
This is a pessimistic approach! Ideally, we should be able to recreate only the contents of the `Responsive` widget in `Widget::layout`, but given `view` is impure we have to trigger a brand new `view` call. The persistent widget tree should make this easier.
- Loading branch information