Commit c3e5b15a authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Обновление интерфейса при наборе. Не рисовались линейки при изменении высоты и ширины столбцов.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60210 954022d7-b5bf-4e40-9824-e11837661b57
parent 0428fc62
...@@ -482,9 +482,7 @@ CTextBody.prototype = ...@@ -482,9 +482,7 @@ CTextBody.prototype =
this.checkParagraphContent(parg, font_scale, true); this.checkParagraphContent(parg, font_scale, true);
} }
} }
} }
} }
} }
} }
......
...@@ -1183,7 +1183,8 @@ TextAddState.prototype = ...@@ -1183,7 +1183,8 @@ TextAddState.prototype =
return; return;
} }
this.majorObject.selectionSetEnd(e, x, y, pageIndex); this.majorObject.selectionSetEnd(e, x, y, pageIndex);
this.drawingObjects.updateSelectionState(); if(!(this.majorObject.getObjectType() === historyitem_type_GraphicFrame && this.majorObject.graphicObject.Selection.Type2 === table_Selection_Border))
this.drawingObjects.updateSelectionState();
}, },
onMouseUp: function(e, x, y, pageIndex) onMouseUp: function(e, x, y, pageIndex)
{ {
......
This diff is collapsed.
...@@ -4817,7 +4817,6 @@ asc_docs_api.prototype.asc_addChartDrawingObject = function(chartBinary) ...@@ -4817,7 +4817,6 @@ asc_docs_api.prototype.asc_addChartDrawingObject = function(chartBinary)
{ {
//if ( false === this.WordControl.m_oLogicDocument.Document_Is_SelectionLocked(changestype_Drawing_Props) ) //if ( false === this.WordControl.m_oLogicDocument.Document_Is_SelectionLocked(changestype_Drawing_Props) )
{ {
History.Create_NewPoint();
this.WordControl.m_oLogicDocument.addChart(chartBinary); this.WordControl.m_oLogicDocument.addChart(chartBinary);
} }
} }
......
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