Commit 7cf5e328 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35529

parent 8ff60a53
......@@ -7154,7 +7154,7 @@ ParaRun.prototype.Get_Spacing = function()
ParaRun.prototype.Set_DStrikeout = function(Value)
{
if ( Value !== this.Pr.Value )
if ( Value !== this.Pr.DStrikeout )
{
var OldValue = this.Pr.DStrikeout;
this.Pr.DStrikeout = Value;
......
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