Commit fc239d2b authored by Alexey.Musinov's avatar Alexey.Musinov

Merge branch 'develop' of https://github.com/ONLYOFFICE/sdkjs into develop

parents 7f89c5c6 63055294
......@@ -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