|
@@ -531,7 +531,7 @@ begin
|
|
|
if (FNeedRefreshColorRow <> -1) then
|
|
|
begin
|
|
|
zgBillsMeasure.InvalidateRow(FNeedRefreshColorRow);
|
|
|
- zgBillsMeasure.InvalidateRow(stnNode.MajorIndex + 2);
|
|
|
+ zgBillsMeasure.InvalidateRow(zgBillsMeasure.CurRow);
|
|
|
FNeedRefreshColorRow := -1;
|
|
|
end;
|
|
|
end;
|