We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889db73 commit 5ab5a44Copy full SHA for 5ab5a44
extensions/cocostudio/loader/parsers/uiParser-1.x.js
@@ -128,7 +128,7 @@
128
var parser = new Parser();
129
130
parser.generalAttributes = function (widget, options) {
131
- widget._ignoreSize = options["ignoreSize"] || false;
+ widget._ignoreSize = options["ignoreSize"] || true;
132
widget._sizeType = options["sizeType"] || 0;
133
widget._positionType = options["positionType"] || 0;
134
0 commit comments