mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +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
|
name:NSTextDidChangeNotification
|
||||||
object:ev];
|
object:ev];
|
||||||
|
|
||||||
|
[[NSNotificationCenter defaultCenter]
|
||||||
|
addObserver:self
|
||||||
|
selector:@selector(textViewDidChangeSelection:)
|
||||||
|
name:NSTextViewDidChangeSelectionNotification
|
||||||
|
object:ev];
|
||||||
|
|
||||||
return ev;
|
return ev;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue