Commit 9f84af35 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51450 954022d7-b5bf-4e40-9824-e11837661b57
parent cde57ee9
......@@ -4948,7 +4948,7 @@
var id = this._rangeToId(newFirstCol);
var nextId = this._rangeToId(newNextCol);
if(buttons && buttons.length)
/*if(buttons && buttons.length)
{
for(var b = 0; b < buttons.length; b++)
{
......@@ -4961,7 +4961,7 @@
break;
}
}
}
}*/
curFilter.inFilter = inFilter;
curFilter.id = id;
......@@ -5044,6 +5044,8 @@
filter.result = newResult;
filter.Ref = inFilter;
if(val > 0)
this._addButtonAF(newResult);
}
//записываем в историю, если активная область касается данных фильтров
if(!bUndoChanges && !bRedoChanges && val < 0)
......
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