Getting styles for flex* props should return whatever was passed to the corresponding setter #421

Closed
opened 2017-02-22 03:40:04 -08:00 by emilsjolander · 1 comment
emilsjolander commented 2017-02-22 03:40:04 -08:00 (Migrated from github.com)

YGNodeStyleGetFlexShrink() for example does not always return what was set in YGNodeStyleSetFlexShrink(). This is due to these being computed based on the shorthand flex property. This should however be more of an implementation detail and a style getter should always return what was passed to the setter.

`YGNodeStyleGetFlexShrink()` for example does not always return what was set in `YGNodeStyleSetFlexShrink()`. This is due to these being computed based on the shorthand `flex` property. This should however be more of an implementation detail and a style getter should always return what was passed to the setter.
woehrl01 commented 2017-02-22 10:20:06 -08:00 (Migrated from github.com)

I'll give this a go 🔨

I'll give this a go 🔨
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#421
No description provided.