Commit 4415671e authored by Igor.Zotov's avatar Igor.Zotov

добавил проверку

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