Commit f1b8e06e authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

add in array colors null(if color === "transparent")

parent 7834eb98
...@@ -12773,9 +12773,7 @@ ...@@ -12773,9 +12773,7 @@
{ {
alreadyAddColors[null] = true; alreadyAddColors[null] = true;
var ascColor = new Asc.asc_CColor(); res.colors.push(null);
ascColor.asc_putType(Asc.c_oAscColor.COLOR_TYPE_NONE);
res.colors.push(ascColor);
} }
continue; continue;
...@@ -12832,9 +12830,7 @@ ...@@ -12832,9 +12830,7 @@
{ {
alreadyAddColors[null] = true; alreadyAddColors[null] = true;
var ascColor = new Asc.asc_CColor(); res.colors.push(null);
ascColor.asc_putType(Asc.c_oAscColor.COLOR_TYPE_NONE);
res.colors.push(ascColor);
} }
} }
......
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