Skip to content
Snippets Groups Projects
Commit 51569134 authored by George Nachman's avatar George Nachman
Browse files

Select text

parent 703824a9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -254,6 +254,7 @@ static const double kUserDefinedVariableMultiplier = 1;
NSRect frame = [self frame];
[self.window setFrame:frame display:YES];
[self.window makeKeyAndOrderFront:nil];
[_textField selectText:nil];
}
 
- (double)qualityOfMatchBetweenQuery:(unichar *)query
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment