Commit cc62e92b 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@50376 954022d7-b5bf-4e40-9824-e11837661b57
parent 2635ada0
...@@ -3124,8 +3124,8 @@ asc_docs_api.prototype.SetDrawingFreeze = function(bIsFreeze) ...@@ -3124,8 +3124,8 @@ asc_docs_api.prototype.SetDrawingFreeze = function(bIsFreeze)
var _elem1 = document.getElementById("id_main"); var _elem1 = document.getElementById("id_main");
if (_elem1) if (_elem1)
{ {
var _elem2 = document.getElementById("id_horscrollpanel"); var _elem2 = document.getElementById("id_panel_thumbnails");
var _elem3 = document.getElementById("id_panel_right"); var _elem3 = document.getElementById("id_panel_notes");
if (bIsFreeze) if (bIsFreeze)
{ {
_elem1.style.display = "none"; _elem1.style.display = "none";
...@@ -3139,6 +3139,9 @@ asc_docs_api.prototype.SetDrawingFreeze = function(bIsFreeze) ...@@ -3139,6 +3139,9 @@ asc_docs_api.prototype.SetDrawingFreeze = function(bIsFreeze)
_elem3.style.display = "block"; _elem3.style.display = "block";
} }
} }
if (!bIsFreeze)
this.WordControl.OnScroll();
} }
/*----------------------------------------------------------------*/ /*----------------------------------------------------------------*/
......
...@@ -3815,6 +3815,9 @@ asc_docs_api.prototype.SetDrawingFreeze = function(bIsFreeze) ...@@ -3815,6 +3815,9 @@ asc_docs_api.prototype.SetDrawingFreeze = function(bIsFreeze)
_elem3.style.display = "block"; _elem3.style.display = "block";
} }
} }
if (!bIsFreeze)
this.WordControl.OnScroll();
} }
/*----------------------------------------------------------------*/ /*----------------------------------------------------------------*/
......
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