Commit e5fc8dd1 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Fix #20478

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49837 954022d7-b5bf-4e40-9824-e11837661b57
parent b7de490d
......@@ -3312,7 +3312,7 @@ function CDrawingDocument(drawingObjects)
{
this.SelectClear();
//this.m_oWordControl.CheckUnShowOverlay();
this.drawingObjects.OnUpdateOverlay();
//this.drawingObjects.OnUpdateOverlay();
this.drawingObjects.getOverlay().m_oContext.globalAlpha = 1.0;
}
}
......@@ -3704,7 +3704,7 @@ function CDrawingDocument(drawingObjects)
}
this.SelectShow = function()
{
this.drawingObjects.OnUpdateOverlay();
//this.drawingObjects.OnUpdateOverlay();
}
this.Set_RulerState_Table = function(markup, transform)
......
This diff is collapsed.
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