Commit e5b720df authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Добавка к предыдущей заливке.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61443 954022d7-b5bf-4e40-9824-e11837661b57
parent 21d3e95c
...@@ -3385,9 +3385,12 @@ CDocument.prototype = ...@@ -3385,9 +3385,12 @@ CDocument.prototype =
this.Recalculate(true); this.Recalculate(true);
} }
Item.RecalculateCurPos(); if (false === this.TurnOffRecalcCurPos)
Item.CurPos.RealX = Item.CurPos.X; {
Item.CurPos.RealY = Item.CurPos.Y; Item.RecalculateCurPos();
Item.CurPos.RealX = Item.CurPos.X;
Item.CurPos.RealY = Item.CurPos.Y;
}
} }
this.Document_UpdateSelectionState(); this.Document_UpdateSelectionState();
......
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