aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryController.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-09-21 07:59:43 +0000
committerBibiko <bibiko@eva.mpg.de>2010-09-21 07:59:43 +0000
commit4c7cd2cc663f6839821a0683547421e5793acb33 (patch)
treee701065eaab1e76280fff780cc0dab9152e06fd9 /Source/SPQueryController.m
parent5b66adf4b687c872b9ad6223779c9f2e1256c12a (diff)
downloadsequelpro-4c7cd2cc663f6839821a0683547421e5793acb33.tar.gz
sequelpro-4c7cd2cc663f6839821a0683547421e5793acb33.tar.bz2
sequelpro-4c7cd2cc663f6839821a0683547421e5793acb33.zip
• reverted to rev 2630 which removed an 'unnecessary' [table reloadData]; there're instances where one has to reload the table explicitly
Diffstat (limited to 'Source/SPQueryController.m')
-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];
}
}