Added dynamic visibility for edit button. Button should only be used if history is enabled and thus will be saved. Otherwise direct editing should be possible

This commit is contained in:
michael starke
2013-10-23 03:01:12 +02:00
parent 620be11f0d
commit 55b4ce648f
8 changed files with 98 additions and 54 deletions

View File

@@ -245,7 +245,6 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
NSTextField *textField = [view textField];
if(!isModifedColumn && !isNotesColumn) {
/* clean up old formatter that might be left */
NSLog(@"Cleaing formatter. %@", [textField formatter]);
[textField setFormatter:nil];
}
if(isModifedColumn) {