-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve ComputedNode accessibility (#16738)
# Objective - Enable modifying node size after layout. - Gain access to a node's content_size. `UiSurface` is a private type so content size can't be looked up. ## Solution - Make `ComputedNode` fields public. - Add `content_size` to `ComputedNode`. --------- Co-authored-by: Alice Cecile <[email protected]>
- Loading branch information
1 parent
5c67cfc
commit 83aea0d
Showing
2 changed files
with
36 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters