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,10 +3385,13 @@ CDocument.prototype = ...@@ -3385,10 +3385,13 @@ CDocument.prototype =
this.Recalculate(true); this.Recalculate(true);
} }
if (false === this.TurnOffRecalcCurPos)
{
Item.RecalculateCurPos(); Item.RecalculateCurPos();
Item.CurPos.RealX = Item.CurPos.X; Item.CurPos.RealX = Item.CurPos.X;
Item.CurPos.RealY = Item.CurPos.Y; Item.CurPos.RealY = Item.CurPos.Y;
} }
}
this.Document_UpdateSelectionState(); this.Document_UpdateSelectionState();
this.Document_UpdateInterfaceState(); this.Document_UpdateInterfaceState();
......
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