Commit 17799914 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 26788 - Фокус не переходит на новый слайд

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59774 954022d7-b5bf-4e40-9824-e11837661b57
parent c9803c13
......@@ -3376,7 +3376,7 @@ CPresentation.prototype =
this.insertSlide(this.CurPage+1, new_slide);
this.Recalculate();
}
this.DrawingDocument.m_oWordControl.GoToPage(this.CurPage + 1);
this.Document_UpdateInterfaceState();
},
......
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