v5.5.3
This commit is contained in:
commit
40d1c4afb5
|
@ -847,7 +847,7 @@ define([
|
||||||
var HexColor0 = Common.Utils.ThemeColor.getRgbColor(this.GradColor.colors[0]).get_color().get_hex(),
|
var HexColor0 = Common.Utils.ThemeColor.getRgbColor(this.GradColor.colors[0]).get_color().get_hex(),
|
||||||
HexColor1 = Common.Utils.ThemeColor.getRgbColor(this.GradColor.colors[1]).get_color().get_hex();
|
HexColor1 = Common.Utils.ThemeColor.getRgbColor(this.GradColor.colors[1]).get_color().get_hex();
|
||||||
if (HexColor0 === 'ffffff' && HexColor1 === 'ffffff') {
|
if (HexColor0 === 'ffffff' && HexColor1 === 'ffffff') {
|
||||||
this.GradColors.colors[0] = {color: '4f81bd', effectId: 24}; // color accent1
|
this.GradColor.colors[0] = {color: '4f81bd', effectId: 24}; // color accent1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var arrGradStop = [];
|
var arrGradStop = [];
|
||||||
|
|
Loading…
Reference in a new issue