Commit 51aee8ce authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

ошибка:после удаления строки, при сдвиге нижний строк, не удалялись строки откуда шло перемещение.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60512 954022d7-b5bf-4e40-9824-e11837661b57
parent ce02cde3
......@@ -2540,8 +2540,8 @@ Woorksheet.prototype._removeRows=function(start, stop){
//удаляем ячейку
this._removeCell(nIndex, nColIndex);
}
delete this.aGCells[nIndex];
}
delete this.aGCells[nIndex];
}
History.Add(g_oUndoRedoWorksheet, historyitem_Worksheet_RemoveRows, this.getId(), new Asc.Range(0, start, gc_nMaxCol0, gc_nMaxRow0), new UndoRedoData_FromToRowCol(true, start, stop));
......
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