mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 16:49:24 +00:00
Group inspector now correctly edits expires flag and search and auto type inheritance
This commit is contained in:
@@ -209,6 +209,12 @@ NSString *const _toggleFilterUsernameButton = @"SearchUsername";
|
||||
|
||||
#pragma mark NSTableViewDelgate
|
||||
|
||||
- (void)tableView:(NSTableView *)tableView didAddRowView:(NSTableRowView *)rowView forRow:(NSInteger)row {
|
||||
/*
|
||||
bind bakground color to entry color
|
||||
*/
|
||||
}
|
||||
|
||||
- (NSView *)tableView:(NSTableView *)tableView viewForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {
|
||||
KPKEntry *entry = [self.entryArrayController arrangedObjects][row];
|
||||
BOOL isTitleColumn = [[tableColumn identifier] isEqualToString:MPEntryTableTitleColumnIdentifier];
|
||||
|
||||
Reference in New Issue
Block a user