Commit 4427739b authored by GoshaZotov's avatar GoshaZotov

fix bug 34514

parent f1259eb0
......@@ -6413,8 +6413,13 @@ FilterColumn.prototype.createFilter = function(obj) {
case c_oAscAutoFilterTypes.Filters:
{
newFilter = new Filters();
this.Filters = newFilter;
allFilterOpenElements = newFilter.init(obj);
if(!allFilterOpenElements)
{
this.Filters = newFilter;
}
break;
}
}
......
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