Commit 63055294 authored by Oleg Korshul's avatar Oleg Korshul

.

parent 5d7fe4fb
......@@ -421,7 +421,7 @@ ParaTextPr.prototype.Set_RFonts_EastAsia = function(Value)
};
ParaTextPr.prototype.Set_RFonts_Hint = function(Value)
{
History.Add(new CChangesParaTextPrRFontsHint(this, this.Value.RFonts, Hint, Value));
History.Add(new CChangesParaTextPrRFontsHint(this, this.Value.RFonts.Hint, Value));
this.Value.RFonts.Hint = Value;
};
ParaTextPr.prototype.Set_Lang = function(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