Inherited widgets should work across reactivations
Previously we updated only the reactivated element's inherited widgets. Now we update all the inherited widgets for the whole subtree that's being reactivated. We need to visit the whole subtree anyway, so there isn't much of a loss. Fixes #2733 Fixes #2438 Fixes #1701
Showing
Please register or sign in to comment