Commit be0c1957 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 34194

parent 83b75d63
...@@ -6975,10 +6975,10 @@ CTextPr.prototype = ...@@ -6975,10 +6975,10 @@ CTextPr.prototype =
this.Unifill = TextPr.Unifill.createDuplicate(); this.Unifill = TextPr.Unifill.createDuplicate();
else else
{ {
if(undefined != TextPr.Color) //if(undefined != TextPr.Color)
{ //{
this.Unifill = undefined; // this.Unifill = undefined;
} //}
} }
if(undefined != TextPr.FontRef) if(undefined != TextPr.FontRef)
{ {
......
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