From e819de7f2889a25d3bc7c569b3fdee2f1551c61a Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 8 Mar 2010 19:40:17 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Select=20Content=20Filter=20^=E2=8C=98F=20-?= =?UTF-8?q?=20select=20first=20textfield=20for=201=20or=202=20argument(s);?= =?UTF-8?q?=20if=20no=20argument=20field=20is=20selectable=20select=20comp?= =?UTF-8?q?areField=20-=20ensure=20the=20focus=20setting=20by=20calling=20?= =?UTF-8?q?"makeContentFilterHaveFocus"=20via=20performSelector:afterDelay?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableDocument.m') diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 69fe4a0c..e72f0b86 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -2337,7 +2337,7 @@ { [self viewContent:self]; - [tableContentInstance makeContentFilterHaveFocus]; + [tableContentInstance performSelector:@selector(makeContentFilterHaveFocus) withObject:nil afterDelay:0.1]; } #pragma mark - -- cgit v1.2.3