From 14062fe0ece8aeedf82ac29dd2daef733313a7b4 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 1 Sep 2010 10:14:01 +0000 Subject: =?UTF-8?q?=E2=80=A2=C2=A0removed=20command=20to=20make=20the=20Cu?= =?UTF-8?q?stomQuery's=20table=20first=20responder=20after=20performing=20?= =?UTF-8?q?queries=20for=20now=20to=20avoid=20exceptions=20like=20in=20152?= =?UTF-8?q?7=20-=20not=20sure=20why,=20it=20seems=20to=20be=20a=20thread?= =?UTF-8?q?=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPCustomQuery.m | 1 - 1 file changed, 1 deletion(-) (limited to 'Source') diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m index a274705f..a8e3fcd9 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -850,7 +850,6 @@ [tableDocumentInstance endTask]; - [customQueryView makeFirstResponder]; // Restore selection indexes if appropriate if (selectionIndexToRestore) [customQueryView selectRowIndexes:selectionIndexToRestore byExtendingSelection:NO]; -- cgit v1.2.3