Commit abe336b1 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 31130 - [TextArt][FastCoEdit]Не осуществляется переход в Gradient Fill

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66884 954022d7-b5bf-4e40-9824-e11837661b57
parent 75c08510
......@@ -3150,6 +3150,7 @@ function CorrectUniFill(asc_fill, unifill, editorId)
ret.fill.lin.angle = _angle;
if (undefined != _scale)
ret.fill.lin.scale = _scale;
ret.fill.path = null;
}
else if (c_oAscFillGradType.GRAD_PATH == _grad_type)
{
......
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