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

http://bugzserver/show_bug.cgi?id=25172 - Неправильная заливка фильтра,...

http://bugzserver/show_bug.cgi?id=25172 -  Неправильная заливка фильтра, отформатированного как таблица, после скрытия диапазона и раскрытия ячеек

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57142 954022d7-b5bf-4e40-9824-e11837661b57
parent 1e8b8983
......@@ -9397,6 +9397,7 @@
case "showRows":
functionModelAction = function () {
t.model.setRowHidden(/*bHidden*/false, arn.r1, arn.r2);
t.autoFilters.reDrawFilter(arn)
fullRecalc = true;
};
oChangeData.hided = new asc_Range(0, arn.r1, gc_nMaxCol0, arn.r2);
......@@ -9404,6 +9405,7 @@
case "hideRows":
functionModelAction = function () {
t.model.setRowHidden(/*bHidden*/true, arn.r1, arn.r2);
t.autoFilters.reDrawFilter(arn)
fullRecalc = true;
};
oChangeData.hided = new asc_Range(0, arn.r1, gc_nMaxCol0, arn.r2);
......
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