Commit d916df06 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@60306 954022d7-b5bf-4e40-9824-e11837661b57
parent 6125a41e
...@@ -2489,6 +2489,9 @@ function CEditorPage(api) ...@@ -2489,6 +2489,9 @@ function CEditorPage(api)
var drDoc = this.m_oDrawingDocument; var drDoc = this.m_oDrawingDocument;
if (drDoc.SlideCurrent >= drDoc.m_oLogicDocument.Slides.length)
drDoc.SlideCurrent = drDoc.m_oLogicDocument.Slides.length - 1;
if (drDoc.m_bIsSearching) if (drDoc.m_bIsSearching)
{ {
ctx.fillStyle = "rgba(255,200,0,1)"; ctx.fillStyle = "rgba(255,200,0,1)";
......
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