Commit 687ce335 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@66922 954022d7-b5bf-4e40-9824-e11837661b57
parent 64ab0f3d
......@@ -7718,7 +7718,7 @@ CTextPr.prototype =
if(undefined !== this.Unifill && !this.Unifill.IsIdentical(TextPr.Unifill))
{
this.Unifill = undefined;
this.Unifill = CompareUniFill(this.Unifill, TextPr.Unifill);
this.Color = undefined;
this.TextFill = undefined;
}
......@@ -7728,7 +7728,7 @@ CTextPr.prototype =
{
this.Unifill = undefined;
this.Color = undefined;
this.TextFill = undefined;
this.TextFill = CompareUniFill(this.TextFill, TextPr.TextFill);;
}
......
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