Path: blob/main/release-content/migration-guides/new_ComputedTextBlock_needs_rerender_parameters.md
9354 views
------ComputedTextBlock::needs_rerender takes two new bool parameters: is_viewport_size_changed and is_rem_size_changed.
is_viewport_size_changed should be true if the local viewport size has changed this frame, and is_rem_size_changed should be true if the rem size (probably corresponding to the value of the RemSize resource) has changed this frame.