Commit 71bb7cb9 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@62645 954022d7-b5bf-4e40-9824-e11837661b57
parent e19f78b1
......@@ -395,7 +395,7 @@ Paragraph.prototype.private_RecalculateFastRange = function(CurRange, CurL
// Обнуляем параметры PRS для строки и отрезка
PRS.Reset_Line();
PRS.Page = 0;
PRS.Page = CurPage;
PRS.Line = CurLine;
PRS.Range = CurRange;
......
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