Commit 4ea3804e authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent e8aa15d7
...@@ -219074,9 +219074,12 @@ CDocument.prototype = ...@@ -219074,9 +219074,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