remove defaulting to web config (#213)
This commit is contained in:
parent
681689b7dd
commit
1132d5f0a7
@ -4,10 +4,7 @@
|
||||
|
||||
#include "core/FlexLayout/flexutils.h"
|
||||
|
||||
FlexItem::FlexItem() {
|
||||
this->node = YGNodeNew();
|
||||
YGConfigSetUseWebDefaults(this->node->getConfig(), true);
|
||||
}
|
||||
FlexItem::FlexItem() { this->node = YGNodeNew(); }
|
||||
|
||||
YGNodeRef FlexItem::getFlexNode() const { return this->node; }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user