mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
trying to fix index cells displaying string values
This commit is contained in:
@@ -252,6 +252,8 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
|
|||||||
NSTableCellView *view = nil;
|
NSTableCellView *view = nil;
|
||||||
if(isTitleColumn || isGroupColumn) {
|
if(isTitleColumn || isGroupColumn) {
|
||||||
view = [tableView makeViewWithIdentifier:_MPTableImageCellView owner:self];
|
view = [tableView makeViewWithIdentifier:_MPTableImageCellView owner:self];
|
||||||
|
[view.textField unbind:NSValueBinding];
|
||||||
|
[view.imageView unbind:NSValueBinding];
|
||||||
if( isTitleColumn ) {
|
if( isTitleColumn ) {
|
||||||
NSString *titleKeyPath = [NSString stringWithFormat:@"%@.%@",
|
NSString *titleKeyPath = [NSString stringWithFormat:@"%@.%@",
|
||||||
NSStringFromSelector(@selector(objectValue)),
|
NSStringFromSelector(@selector(objectValue)),
|
||||||
|
|||||||
Reference in New Issue
Block a user