Commit e851e0cc authored by Oleg.Korshul's avatar Oleg.Korshul

ошибка округления при переходе на слайд

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60216 954022d7-b5bf-4e40-9824-e11837661b57
parent cdcd8aed
......@@ -3229,6 +3229,7 @@ function CEditorPage(api)
var _bIsUpdate = (drDoc.SlideCurrent != lPageNum);
this.ZoomFreePageNum = lPageNum;
drDoc.SlideCurrent = lPageNum;
this.m_oLogicDocument.Set_CurPage(lPageNum);
......@@ -3273,6 +3274,8 @@ function CEditorPage(api)
this.m_oScrollHorApi.scrollToX(this.m_dScrollX_Central);
}
this.ZoomFreePageNum = -1;
if (this.m_oApi.isViewMode === false && null != this.m_oLogicDocument)
{
//this.m_oLogicDocument.Set_CurPage( drDoc.SlideCurrent );
......
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