Fix textAttribute in save
This commit is contained in:
parent
3a50fb9330
commit
bc5d4efcf7
@ -2368,7 +2368,7 @@ control.prototype.loadData = function (data, callback) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
core.status.textAttribute = core.getFlag('textAttribute') || core.status.textAttribute || core.initStatus.textAttribute;
|
core.status.textAttribute = core.getFlag('textAttribute', core.status.textAttribute);
|
||||||
|
|
||||||
// load icons
|
// load icons
|
||||||
var icon = core.getFlag("heroIcon", "hero.png");
|
var icon = core.getFlag("heroIcon", "hero.png");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user