Commit abb92f2e authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47136 954022d7-b5bf-4e40-9824-e11837661b57
parent 0f03579b
......@@ -5940,6 +5940,7 @@ CDocument.prototype =
// Рисуем селект
Selection_Draw : function()
{
this.DrawingDocument.SelectShow();
return;
// Работаем с колонтитулом
if ( docpostype_HdrFtr === this.CurPos.Type )
......@@ -6078,7 +6079,7 @@ CDocument.prototype =
if ( true === this.Selection.Use )
{
this.DrawingDocument.ClearPageSelection(Page_abs);
//this.DrawingDocument.ClearPageSelection(Page_abs);
switch( this.Selection.Flag )
{
......@@ -6133,7 +6134,7 @@ CDocument.prototype =
}
}
this.DrawingDocument.SelectShow();
//this.DrawingDocument.SelectShow();
}
},
......@@ -6179,7 +6180,7 @@ CDocument.prototype =
}
this.DrawingDocument.SelectClear();
this.DrawingDocument.SelectShow();
//this.DrawingDocument.SelectShow();
},
Selection_SetStart : function(X,Y, MouseEvent)
......
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