Update to use NSObservedKeyPathKey instead of string, add code to _setObjectValue:... in NSTableView to set the value when we have a binding

This commit is contained in:
Gregory John Casamento 2024-07-10 07:06:08 -04:00
parent aa86a96c55
commit 8da3d0afb7

View file

@ -6878,7 +6878,7 @@ For a more detailed explanation, -setSortDescriptors:. */
return result;
}
- (void) _setObjectValue: (id)value
forTableColumn: (NSTableColumn *)tb
row: (NSInteger) index