fixed #93 #106 for good.

resolved some Autolayout issues
This commit is contained in:
michael starke
2013-11-08 19:14:04 +01:00
parent 952489089e
commit 56938909df
3 changed files with 50 additions and 50 deletions

View File

@@ -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];
}