mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
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:
parent
35e7354c68
commit
ef2de2e61a
1 changed files with 8 additions and 0 deletions
|
@ -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:]):
|
||||
|
|
Loading…
Reference in a new issue