mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
actually register NSTextViewDidChangeSelectionNotification
This commit is contained in:
parent
25f423bebd
commit
f9d8e56a2e
1 changed files with 6 additions and 0 deletions
|
@ -180,6 +180,12 @@
|
|||
name:NSTextDidChangeNotification
|
||||
object:ev];
|
||||
|
||||
[[NSNotificationCenter defaultCenter]
|
||||
addObserver:self
|
||||
selector:@selector(textViewDidChangeSelection:)
|
||||
name:NSTextViewDidChangeSelectionNotification
|
||||
object:ev];
|
||||
|
||||
return ev;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue