mirror of https://github.com/axmolengine/axmol.git
Merge pull request #14331 from chengstory/UpdateWebSubmodule
[ci skip] Update web submodule to latest.
This commit is contained in:
commit
101962559e
|
@ -496,7 +496,7 @@
|
|||
|
||||
this.widgetAttributes(widget, json);
|
||||
|
||||
var clipEnabled = json["ClipAble"];
|
||||
var clipEnabled = json["ClipAble"] || false;
|
||||
if(clipEnabled != null)
|
||||
widget.setClippingEnabled(clipEnabled);
|
||||
|
||||
|
@ -777,7 +777,7 @@
|
|||
widget.setBackGroundImage(path, type);
|
||||
});
|
||||
|
||||
var clipEnabled = json["ClipAble"];
|
||||
var clipEnabled = json["ClipAble"] || false;
|
||||
widget.setClippingEnabled(clipEnabled);
|
||||
|
||||
var colorType = getParam(json["ComboBoxIndex"], 0);
|
||||
|
|
2
web
2
web
|
@ -1 +1 @@
|
|||
Subproject commit e52c98198fd8325017b213365180580be06d2259
|
||||
Subproject commit 85518886f7ba8a618ec69bb75a9b7d67ea2d1c7d
|
Loading…
Reference in New Issue