Commit 067e0e6d authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Fix: #21511, #21485

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50887 954022d7-b5bf-4e40-9824-e11837661b57
parent a66ae6a8
...@@ -3374,10 +3374,10 @@ function DrawingObjects() { ...@@ -3374,10 +3374,10 @@ function DrawingObjects() {
else else
_this.raiseLayerDrawingObjects(); _this.raiseLayerDrawingObjects();
} }
else { /*else {
worksheet.cleanSelection(); worksheet.cleanSelection();
worksheet._drawSelection(); worksheet._drawSelection();
} }*/
} }
} }
......
...@@ -415,6 +415,7 @@ ...@@ -415,6 +415,7 @@
{ {
rangeShift.addCellsShiftBottom(); rangeShift.addCellsShiftBottom();
ws.cellCommentator.updateCommentsDependencies(true, 4, rangeShift.bbox); ws.cellCommentator.updateCommentsDependencies(true, 4, rangeShift.bbox);
ws.objectRender.updateDrawingObject(true, 4, rangeShift.bbox);
} }
//добавляем название колонок //добавляем название колонок
for(var col = activeCells.c1; col <= activeCells.c2; col++) for(var col = activeCells.c1; col <= activeCells.c2; col++)
...@@ -608,6 +609,7 @@ ...@@ -608,6 +609,7 @@
{ {
rangeShift.addCellsShiftBottom(); rangeShift.addCellsShiftBottom();
ws.cellCommentator.updateCommentsDependencies(true, 4, rangeShift.bbox); ws.cellCommentator.updateCommentsDependencies(true, 4, rangeShift.bbox);
ws.objectRender.updateDrawingObject(true, 4, rangeShift.bbox);
} }
if(lTable) if(lTable)
{ {
...@@ -647,6 +649,7 @@ ...@@ -647,6 +649,7 @@
{ {
rangeShift.addCellsShiftBottom(); rangeShift.addCellsShiftBottom();
ws.cellCommentator.updateCommentsDependencies(true, 4, rangeShift.bbox); ws.cellCommentator.updateCommentsDependencies(true, 4, rangeShift.bbox);
ws.objectRender.updateDrawingObject(true, 4, rangeShift.bbox);
} }
if(lTable) if(lTable)
{ {
......
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