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

http://bugzserver/show_bug.cgi?id=26947 - [CoEdit] Ошибка в консоли при...

http://bugzserver/show_bug.cgi?id=26947 -  [CoEdit] Ошибка в консоли при передаче фильтрованного диапазона, к которому был применен Clear Filter после Custom Filter 

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58740 954022d7-b5bf-4e40-9824-e11837661b57
parent 3348f225
......@@ -4986,7 +4986,7 @@ var gUndoInsDelCellsFlag = true;
isCurrenCell = false;
if(!isCurrenCell && cellId == buttons[num].id)
isCurrenCell = true;
if(buttons[num].hiddenRows[row] && !isCurrenCell)
if(buttons[num].hiddenRows && buttons[num].hiddenRows[row] && !isCurrenCell)
{
return 'hidden';
}
......
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