Commit 024a864d authored by Igor.Zotov's avatar Igor.Zotov

откатил правку rev.58355 для бага http://bugzserver/show_bug.cgi?id=26337

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58457 954022d7-b5bf-4e40-9824-e11837661b57
parent b46427b9
......@@ -2825,10 +2825,10 @@ var gUndoInsDelCellsFlag = true;
// ToDo - от _reDrawFilters в будущем стоит избавиться, ведь она проставляет стили ячейкам, а это не нужно делать (сменить отрисовку)
ws.isChanged = true;
var activeRange = ws.activeRange.clone();
//var activeRange = ws.activeRange.clone();
this._reDrawFilters();
ws.setSelection(activeRange);
//ws.changeWorksheet("update");
//ws.setSelection(activeRange);
},
_getAutoFilterArray: function(cell) {
......
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