mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 22:42:18 +00:00
Remove DMSplitView as it's never used
Updated Readme to reflect new modules Added CocoaHTTPServer submodule Fixed SettingsWindow, works now with multiple tabs Added ServerSettings tab
This commit is contained in:
@@ -277,9 +277,11 @@
|
||||
NSTableCellView *tableCellView = [tableView makeViewWithIdentifier:[tableColumn identifier] owner:tableView];
|
||||
BinaryRef *binaryRef = [self.attachmentController arrangedObjects][row];
|
||||
[tableCellView.textField bind:NSValueBinding toObject:binaryRef withKeyPath:@"key" options:nil];
|
||||
[[tableCellView.textField cell] setBackgroundStyle:NSBackgroundStyleRaised];
|
||||
[[tableCellView.imageView cell] setBackgroundStyle:NSBackgroundStyleLight];
|
||||
return tableCellView;
|
||||
}
|
||||
|
||||
- (void)tableView:(NSTableView *)tableView didAddRowView:(NSTableRowView *)rowView forRow:(NSInteger)row {
|
||||
NSLog(@"didAddRowView");
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user