Always center selection when using Go to Line dialog

Closes #987.
This commit is contained in:
Allan Odgaard
2014-03-25 20:31:33 +07:00
parent 247e866760
commit 19ecfbd274

View File

@@ -356,7 +356,7 @@ BOOL HasDocumentWindow (NSArray* windows)
{
D(DBF_AppController, bug("\n"););
[goToLinePanel orderOut:self];
[NSApp sendAction:@selector(setSelectionString:) to:nil from:[goToLineTextField stringValue]];
[NSApp sendAction:@selector(selectAndCenter:) to:nil from:[goToLineTextField stringValue]];
}
- (IBAction)showPreferences:(id)sender