Commit 4198f9b0 authored by GoshaZotov's avatar GoshaZotov

fix bug 32528 - Удаление выделенной строки итогов смещает ее вверх, а не отменяет ее

parent 27af4522
......@@ -1459,6 +1459,11 @@
{
oldFilter = filter.clone(null);
if(bTablePart && activeRange.r1 <= ref.r2 && activeRange.r2 >= ref.r2)
{
filter.TotalsRowCount = null;
}
filter.changeRef(null, diff);
}
else if(activeRange.r1 > ref.r1 && activeRange.r2 > ref.r2 && activeRange.r1 < ref.r2)
......
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