Commit 58f982cb authored by Oleg.Korshul's avatar Oleg.Korshul

при Recalculate стали вызывать GoToPage. Добавил в метод заглушку для сборщика

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68445 954022d7-b5bf-4e40-9824-e11837661b57
parent 2252215b
......@@ -3329,6 +3329,12 @@ function CEditorPage(api)
this.GoToPage = function(lPageNum, isFromZoom, bIsAttack)
{
var drDoc = this.m_oDrawingDocument;
if (!this.m_oScrollVerApi)
{
// сборка файлов
return;
}
var _old_empty = this.m_oDrawingDocument.IsEmptyPresentation;
......
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