[SSE] Bug 44748
This commit is contained in:
parent
a3edf07621
commit
840d81e592
|
@ -481,6 +481,7 @@ define([
|
|||
} else if (this.pattern !== null) {
|
||||
if (this.pattern.asc_getType() === -1) {
|
||||
var color = this.pattern.asc_getFgColor();
|
||||
if (color) {
|
||||
if (color.asc_getType() == Asc.c_oAscColor.COLOR_TYPE_SCHEME) {
|
||||
this.CellColor = {
|
||||
Value: 1,
|
||||
|
@ -499,6 +500,10 @@ define([
|
|||
Value: 1,
|
||||
Color: Common.Utils.ThemeColor.colorValue2EffectId(this.CellColor.Color)
|
||||
};
|
||||
} else {
|
||||
this.FGColor = this.CellColor = {Value: 1, Color: 'ffffff'};
|
||||
}
|
||||
|
||||
this.BGColor = {Value: 1, Color: 'ffffff'};
|
||||
this.sldrGradient.setThumbs(2);
|
||||
this.GradColor.colors.length = 0;
|
||||
|
|
Loading…
Reference in a new issue