Commit deb83139 authored by Anna.Pavlova's avatar Anna.Pavlova

к rev 68356

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68363 954022d7-b5bf-4e40-9824-e11837661b57
parent af5eea8b
......@@ -834,7 +834,7 @@ CBox.prototype.Apply_MenuProps = function(Props)
if(Props.Action & c_oMathMenuAction.DeleteForcedBreak && true == this.Can_DeleteForcedBreak())
{
var AlnAt = this.Get_AlignBrk();
var AlnAt = this.Pr.Get_AlnAt();
History.Add(this, new CChangesMathBoxForcedBreak(false, true, AlnAt));
this.raw_ForcedBreak(false);
}
......
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