Commit 6f5a0cfb authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #337722

parent 2e5eb1ec
...@@ -7748,6 +7748,9 @@ CTextPr.prototype = ...@@ -7748,6 +7748,9 @@ CTextPr.prototype =
if (this.Vanish !== TextPr.Vanish) if (this.Vanish !== TextPr.Vanish)
return false; return false;
if (!IsEqualStyleObjects(this.Shd, TextPr.Shd))
return false;
return true; return true;
}, },
......
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