Move PointScaleFactor to YGConfig #452

Closed
opened 2017-03-01 14:41:53 -08:00 by woehrl01 · 0 comments
woehrl01 commented 2017-03-01 14:41:53 -08:00 (Migrated from github.com)

As the configuration of rounding is already moved to the new YGConfig, we should also move YGSetPointScaleFactor there.

We also should need to take into account that the config could change across the nodes inside the tree. That means that we have to skip all the nodes where rounding is disabled or take different scale factors into account. The later should be an edge case, though.

As the configuration of rounding is already moved to the new ```YGConfig```, we should also move ```YGSetPointScaleFactor``` there. We also should need to take into account that the config could change across the nodes inside the tree. That means that we have to skip all the nodes where rounding is disabled or take different scale factors into account. The later should be an edge case, though.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#452
No description provided.