From ef9f2de4c69410664f5c75db6b512138c7df72aa Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 31 Mar 2010 18:14:24 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed=20issue=20for=20refreshing=20the=20co?= =?UTF-8?q?mpletion=20list=20after=20finishing=20the=20structure=20queryin?= =?UTF-8?q?g=20-=20set=20variable=20directly=20and=20call=20[self=20close]?= =?UTF-8?q?=20explicitly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPNarrowDownCompletion.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source') diff --git a/Source/SPNarrowDownCompletion.m b/Source/SPNarrowDownCompletion.m index 0b77e359..e635958f 100644 --- a/Source/SPNarrowDownCompletion.m +++ b/Source/SPNarrowDownCompletion.m @@ -178,9 +178,9 @@ - (void)reInvokeCompletion { - [theView setCompletionWasReinvokedAutomatically:YES]; - closeMe = YES; + [theView setCompletionIsOpen:NO]; [theView doCompletionByUsingSpellChecker:dictMode fuzzyMode:fuzzyMode autoCompleteMode:NO]; + [self close]; } - (id)initWithItems:(NSArray*)someSuggestions alreadyTyped:(NSString*)aUserString staticPrefix:(NSString*)aStaticPrefix -- cgit v1.2.3