Commit 2f6014db authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=30105 - [Undo] Не происходит обновление...

http://bugzserver/show_bug.cgi?id=30105 - [Undo] Не происходит обновление канвы после отмены фильтрации

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64398 954022d7-b5bf-4e40-9824-e11837661b57
parent 7e0fd049
......@@ -3170,6 +3170,12 @@ UndoRedoWoorksheet.prototype = {
nRow = !nRow;
ws.setRowHidden(nRow, from, to);
if(bUndo)
{
var workSheetView = this.wb.oApi.wb.getWorksheetById(nSheetId);
workSheetView.autoFilters.reDrawFilter(new Asc.Range(0, from, ws.nColsCount - 1, to));
}
}
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