mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 03:29:24 +00:00
@@ -243,7 +243,7 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
|
||||
else {
|
||||
view = [tableView makeViewWithIdentifier:_MPTableStringCellView owner:self];
|
||||
NSTextField *textField = [view textField];
|
||||
if(!isModifedColumn && !isNotesColumn) {
|
||||
if(!isModifedColumn) {
|
||||
/* clean up old formatter that might be left */
|
||||
[textField setFormatter:nil];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user