Commit 7bba0a6a authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

fix bug #29027

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67582 954022d7-b5bf-4e40-9824-e11837661b57
parent e2df8d63
......@@ -11404,7 +11404,10 @@
return;
}
t.autoFilters.applyAutoFilter(autoFilterObject, ar);
var rowChange = t.autoFilters.applyAutoFilter(autoFilterObject, ar);
if (null !== rowChange) {
t.objectRender.updateSizeDrawingObjects({target: c_oTargetType.RowResize, row: rowChange});
}
};
this._isLockedAll(onChangeAutoFilterCallback);
};
......
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