diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-09-10 17:51:37 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-09-10 17:51:37 +0000 |
commit | d750c1a18930b0ad1a405760d8df503368ec9502 (patch) | |
tree | 8a84c0196737ec90cff2326a1d6fb058de0ac0cf /Source | |
parent | 41caca583c350a5e3066f7203a427eb9157e884b (diff) | |
download | sequelpro-d750c1a18930b0ad1a405760d8df503368ec9502.tar.gz sequelpro-d750c1a18930b0ad1a405760d8df503368ec9502.tar.bz2 sequelpro-d750c1a18930b0ad1a405760d8df503368ec9502.zip |
• SPTableStructure's source table saves its column widths
• SPQueryController: removed unnecessary [table reloadData]
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPQueryController.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPQueryController.m b/Source/SPQueryController.m index 7a70573e..5559c946 100644 --- a/Source/SPQueryController.m +++ b/Source/SPQueryController.m @@ -957,7 +957,6 @@ static SPQueryController *sharedQueryController = nil; if (allowConsoleUpdate && [[self window] isVisible]) { [consoleTableView noteNumberOfRowsChanged]; [consoleTableView scrollRowToVisible:([messagesVisibleSet count] - 1)]; - [consoleTableView reloadData]; } } |