Commit 3e8cf91c authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

+ к rev.64389

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64390 954022d7-b5bf-4e40-9824-e11837661b57
parent 6fd1d4a8
...@@ -3169,8 +3169,7 @@ UndoRedoWoorksheet.prototype = { ...@@ -3169,8 +3169,7 @@ UndoRedoWoorksheet.prototype = {
if(bUndo) if(bUndo)
nRow = !nRow; nRow = !nRow;
worksheetView = this.wb.oApi.wb.getWorksheetById(nSheetId); ws.setRowHidden(nRow, from, to);
worksheetView.model.setRowHidden(nRow, Data.from, Data.to);
} }
else if(historyitem_Worksheet_AddRows == Type || historyitem_Worksheet_RemoveRows == Type) else if(historyitem_Worksheet_AddRows == Type || historyitem_Worksheet_RemoveRows == Type)
{ {
......
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