From d750c1a18930b0ad1a405760d8df503368ec9502 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 10 Sep 2010 17:51:37 +0000 Subject: =?UTF-8?q?=E2=80=A2=20SPTableStructure's=20source=20table=20saves?= =?UTF-8?q?=20its=20column=20widths=20=E2=80=A2=20SPQueryController:=20rem?= =?UTF-8?q?oved=20unnecessary=20[table=20reloadData]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Interfaces/English.lproj/DBView.xib | 9 +++++---- Source/SPQueryController.m | 1 - 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index 18848704..2fcc2387 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -23,7 +23,7 @@ YES - + YES @@ -1381,7 +1381,7 @@ 274 - {13, 54} + {13, 72} YES @@ -1558,9 +1558,10 @@ 16 - -222265344 + -205488128 + SPTableStructureSource 1 15 0 @@ -23290,7 +23291,7 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8 com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - {{0, 172}, {943, 549}} + {{43, 172}, {943, 549}} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin 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]; } } -- cgit v1.2.3