In NSWindow, removed code trying to send keyUp: to the original first

responder.  simply send it to the view currently being first responder


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12632 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-21 23:53:47 +00:00
parent 35e7354c68
commit ef2de2e61a

View file

@ -1,3 +1,11 @@
Thu Feb 21 23:29:50 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Headers/gnustep/gui/NSWindow.h (_originalResponder): Ivar removed.
* Source/NSWindow.m ([-sendEvent:]): Send key up to the first
responder, not to the original responder.
([-dealloc]): Do not release _originalResponder.
([-_initDefaults]): Do not set _originalResponder.
Thu Feb 21 11:01:43 2002 Nicola Pero <nicola@brainstorm.co.uk>
* Source/NSApplication.m ([-changeWindowsItem:title:filename:]):