Commit afd4249b authored by GoshaZotov's avatar GoshaZotov

addColorMod by duplicateBrush(shade)

parent 4bc74b63
......@@ -7142,9 +7142,7 @@ drawPieChart.prototype =
cColorMod.val = 35000;
cColorMod.name = "shade";
if(duplicateBrush.fill.color)
duplicateBrush.fill.color.Mods.addMod(cColorMod);
duplicateBrush.addColorMod(cColorMod);
duplicateBrush.calculate(props.theme, props.slide, props.layout, props.master, new AscFormat.CUniColor().RGBA);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment