Commit 646994ad authored by GoshaZotov's avatar GoshaZotov

fix bug 32667 - Значение, расположенное ниже заголовка форматированной...

fix bug 32667 - Значение, расположенное ниже заголовка форматированной таблицы, исключается из списка после его скрытия, деактивации заголовка и активации
parent 0e51621e
......@@ -2414,8 +2414,8 @@
if(tablePart.AutoFilter)
{
tablePart.AutoFilter = null;
this._openHiddenRows(tablePart);
tablePart.AutoFilter = null;
}
}
else
......
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