aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/SPQueryController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPQueryController.m b/Source/SPQueryController.m
index c7f79e1f..eb0e8a1a 100644
--- a/Source/SPQueryController.m
+++ b/Source/SPQueryController.m
@@ -996,6 +996,7 @@ static SPQueryController *sharedQueryController = nil;
if (allowConsoleUpdate && [[self window] isVisible]) {
[consoleTableView noteNumberOfRowsChanged];
[consoleTableView scrollRowToVisible:([messagesVisibleSet count] - 1)];
+ [consoleTableView reloadData];
}
}