Commit 429a0890 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47151 954022d7-b5bf-4e40-9824-e11837661b57
parent 059b3f6f
......@@ -5416,12 +5416,12 @@ CGraphicObjects.prototype =
if(this.curState.id === STATES_ID_TEXT_ADD)
{
if(this.curState.textObject.GraphicObj.selectStartPage === 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.selectStartPage === pageIndex)
this.curState.textObject.updateSelectionState();
this.curState.textObject.textBoxContent.Selection_Draw_Page(pageIndex);
}
}
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