Commit d86cd610 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@60094 954022d7-b5bf-4e40-9824-e11837661b57
parent 97b95f16
......@@ -2544,9 +2544,9 @@ function CDrawingDocument()
}
// вот здесь весь трекинг
this.DrawTrack = function(type, matrix, left, top, width, height, isLine, canRotate)
this.DrawTrack = function(type, matrix, left, top, width, height, isLine, canRotate, isNoMove)
{
this.AutoShapesTrack.DrawTrack(type, matrix, left, top, width, height, isLine,canRotate);
this.AutoShapesTrack.DrawTrack(type, matrix, left, top, width, height, isLine, canRotate, isNoMove);
}
this.LockSlide = function(slideNum)
......
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