| commit | a98ac70b4565e729541783fbbe74924dfd50e386 | [log] [tgz] |
|---|---|---|
| author | Adam Barth <abarth@chromium.org> | Fri Jul 31 10:06:44 2015 -0700 |
| committer | Adam Barth <abarth@chromium.org> | Fri Jul 31 10:06:44 2015 -0700 |
| tree | f10d43e4aa6bb3b3f86bdafa40a22da5daaedec2 | |
| parent | a54c2905ee4816ee61af21e6156ebf45f9c88cc0 [diff] |
Stacked does not repaint when its position changes We were marking the parent *Widget's* render object as needing layout, but we actually need to walk up the component tree until we find the parent *RenderObjectWrapper* so we can mark actually mark the parent render object as needing layout. Fixes #408