Commit ba7c69d5 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35211

parent be501b16
......@@ -2010,7 +2010,7 @@ CPresentationBullet.prototype.Measure = function(Context, FirstTextPr, _Num, The
}
else
{
this.Unifill = AscFormat.CreateUniColorRGB(FirstTextPr.Color.r, FirstTextPr.Color.g, FirstTextPr.Color.b);
this.Unifill = AscFormat.CreteSolidFillRGB(FirstTextPr.Color.r, FirstTextPr.Color.g, FirstTextPr.Color.b);
}
}
......
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