Commit 296e7553 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov
parent d268728b
......@@ -4785,7 +4785,7 @@ var gUndoInsDelCellsFlag = true;
isCurrenCell = false;
if(!isCurrenCell && cellId == buttons[num].id)
isCurrenCell = true;
if(buttons[num].hiddenRows[row])
if(null != 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