mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
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:
parent
aa86a96c55
commit
8da3d0afb7
1 changed files with 1 additions and 1 deletions
|
@ -6878,7 +6878,7 @@ For a more detailed explanation, -setSortDescriptors:. */
|
|||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
- (void) _setObjectValue: (id)value
|
||||
forTableColumn: (NSTableColumn *)tb
|
||||
row: (NSInteger) index
|
||||
|
|
Loading…
Reference in a new issue