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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50593 954022d7-b5bf-4e40-9824-e11837661b57
parent 62e98231
...@@ -648,6 +648,10 @@ function CEditorPage(api) ...@@ -648,6 +648,10 @@ function CEditorPage(api)
this.zoom_Fire(1); this.zoom_Fire(1);
return true; return true;
} }
else
{
this.m_oApi.sync_zoomChangeCallback(this.m_nZoomValue, 1);
}
return false; return false;
} }
this.zoom_FitToPage = function() this.zoom_FitToPage = function()
...@@ -687,6 +691,10 @@ function CEditorPage(api) ...@@ -687,6 +691,10 @@ function CEditorPage(api)
this.zoom_Fire(2); this.zoom_Fire(2);
return true; return true;
} }
else
{
this.m_oApi.sync_zoomChangeCallback(this.m_nZoomValue, 2);
}
return false; return false;
} }
......
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