Commit b407881f authored by GoshaZotov's avatar GoshaZotov

fix bug 32986

parent 61e20b94
......@@ -1499,7 +1499,7 @@
var oldFilter = null;
if(activeRange.c1 <= ref.c1 && activeRange.c2 >= ref.c2)
{
if(activeRange.r1 < ref.r1)//until
if(activeRange.r1 <= ref.r1)//until
{
oldFilter = filter.clone(null);
......
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