Commit 59c3c859 authored by GoshaZotov's avatar GoshaZotov

fix bug(insert rows into total row)

parent 569dafd7
...@@ -1564,7 +1564,7 @@ ...@@ -1564,7 +1564,7 @@
{ {
oldFilter = filter.clone(null); oldFilter = filter.clone(null);
if(bTablePart && activeRange.r1 <= ref.r2 && activeRange.r2 >= ref.r2) if(diff < 0 && bTablePart && activeRange.r1 <= ref.r2 && activeRange.r2 >= ref.r2)
{ {
filter.TotalsRowCount = null; filter.TotalsRowCount = 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