mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Use the cached notification center
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10758 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
30d3fd1bc0
commit
93ad02b1b4
1 changed files with 3 additions and 4 deletions
|
@ -479,10 +479,9 @@ _isCellEditable (id delegate, NSArray *tableColumns,
|
|||
dict =[NSDictionary dictionaryWithObjectsAndKeys:
|
||||
[NSNumber numberWithInt: columnIndex], @"NSOldColumn",
|
||||
[NSNumber numberWithInt: newIndex], @"NSNewColumn", nil];
|
||||
[(NSNotificationCenter *)[NSNotificationCenter defaultCenter]
|
||||
postNotificationName: NSTableViewColumnDidMoveNotification
|
||||
object: self
|
||||
userInfo: dict];
|
||||
[nc postNotificationName: NSTableViewColumnDidMoveNotification
|
||||
object: self
|
||||
userInfo: dict];
|
||||
}
|
||||
|
||||
- (NSArray *) tableColumns
|
||||
|
|
Loading…
Reference in a new issue