Commit 81ab7e8b 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@60011 954022d7-b5bf-4e40-9824-e11837661b57
parent 2a573f4e
......@@ -1894,7 +1894,7 @@ ParaRun.prototype.Recalculate_Range = function(PRS, ParaPr, Depth)
SpaceLen = 0;
WordLen = 0;
var TabPos = Para.Internal_GetTabPos(X, ParaPr, PRS.CurPage);
var TabPos = Para.Internal_GetTabPos(X, ParaPr, PRS.Page);
var NewX = TabPos.NewX;
var TabValue = TabPos.TabValue;
......
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