Commit 059b3f6f authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47150 954022d7-b5bf-4e40-9824-e11837661b57
parent ee6314c8
......@@ -5392,7 +5392,7 @@ CGraphicObjects.prototype =
this.drawingDocument.SelectClear();
this.drawingDocument.TargetEnd();
}
this.selectionDraw();
///this.selectionDraw();
},
......@@ -5403,17 +5403,12 @@ CGraphicObjects.prototype =
if(this.curState.id === STATES_ID_TEXT_ADD)
{
if(this.curState.textObject.PageNum === pageIndex)
this.curState.textObject.updateSelectionState();
this.curState.textObject.GraphicObj.textBoxContent.Selection_Draw_Page(pageIndex);
}
else if(this.curState.id === STATES_ID_TEXT_ADD_IN_GROUP)
{
if(this.curState.textObject.pageIndex === pageIndex)
this.curState.textObject.updateSelectionState();
}
else
{
this.drawingDocument.SelectClear();
this.drawingDocument.TargetEnd();
this.curState.textObject.textBoxContent.Selection_Draw_Page(pageIndex);
}
}
else
......@@ -5428,11 +5423,6 @@ CGraphicObjects.prototype =
if(this.curState.textObject.selectStartPage === pageIndex)
this.curState.textObject.updateSelectionState();
}
else
{
this.drawingDocument.SelectClear();
this.drawingDocument.TargetEnd();
}
}
this.drawSelect(pageIndex);
},
......
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