Commit 221a88ac 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@50768 954022d7-b5bf-4e40-9824-e11837661b57
parent 921655bf
......@@ -1628,7 +1628,7 @@ function TextAddState(drawingObjectsController, drawingObjects, textObject)
{
this.nullState.onMouseDown(e, x, y);
if(this.drawingObjectsController.State.id !== STATES_ID_TEXT_ADD || this.drawingObjectsController.State.id !== STATES_ID_TEXT_ADD_IN_GROUP)
if(this.drawingObjectsController.State.id !== STATES_ID_TEXT_ADD || this.drawingObjectsController.State.textObject !== this.textObject/*|| this.drawingObjectsController.State.id !== STATES_ID_TEXT_ADD_IN_GROUP*/)
{
this.textObject.addTextFlag = false;
if(this.textObject instanceof CGraphicFrame)
......
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