Commit 56828242 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

не перерисовывался слайд при переходе пустая презентация-непустая

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59920 954022d7-b5bf-4e40-9824-e11837661b57
parent b356f7ad
......@@ -3167,6 +3167,8 @@ function CEditorPage(api)
{
var drDoc = this.m_oDrawingDocument;
var _old_empty = this.m_oDrawingDocument.IsEmptyPresentation;
this.m_oDrawingDocument.IsEmptyPresentation = false;
if (-1 == lPageNum)
{
......@@ -3237,6 +3239,9 @@ function CEditorPage(api)
this.m_oLogicDocument.Document_UpdateSelectionState();
this.Thumbnails.LockMainObjType = false;
if (this.m_oDrawingDocument.IsEmptyPresentation != _old_empty)
this.OnScroll();
}
this.GetVerticalScrollTo = function(y)
......
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