[SSE] Fix default foreground color
This commit is contained in:
parent
840d81e592
commit
7623c035b4
|
@ -541,7 +541,7 @@ define([
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
this.FGColor = {Value: 1, Color: {color: '4f81bd', effectId: 24}};
|
this.FGColor = {Value: 1, Color: {color: '000000', effectId: 24}};
|
||||||
|
|
||||||
color = this.pattern.asc_getBgColor();
|
color = this.pattern.asc_getBgColor();
|
||||||
if (color) {
|
if (color) {
|
||||||
|
|
Loading…
Reference in a new issue