aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r--Source/TableContent.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m
index 36eaa2e2..2dc18727 100644
--- a/Source/TableContent.m
+++ b/Source/TableContent.m
@@ -1418,7 +1418,7 @@
}
if (rowsProcessed > nextTableDisplayBoundary) {
- [tableContentView reloadData];
+ [tableContentView noteNumberOfRowsChanged];
nextTableDisplayBoundary *= 3;
}
}