Cmd+F Selects old search string

This commit is contained in:
michael starke
2014-02-27 01:53:41 +01:00
parent ffabda0242
commit c1d6574172
2 changed files with 3 additions and 2 deletions

View File

@@ -314,7 +314,7 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
if(document.selectedItem == document.selectedGroup) {
/* If we change to a group selection, we should clear the filter */
if(_isDisplayingContextBar) {
[document exitSearch:self];
// nothing?
}
else if([[self.entryArrayController content] count] > 0) {
KPKEntry *entry = [[self.entryArrayController content] lastObject];