mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fixed problems in NSView when setNextKeyView: is used in complicated ways
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14804 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4d694da0f5
commit
8bec211360
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
Mon Oct 21 01:17:41 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSView.m ([-setNextKeyView:], [-setPreviousKeyView:]):
|
||||
Rewritten the way the next/previous key view chain is managed, to
|
||||
fix problem when a next/previous key view is replaced with a new
|
||||
one (Patch by Caba Conti modified).
|
||||
|
||||
2002-10-20 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/gnustep/gui/NSComboBox.h: Add APPKIT_EXPORT and make layout
|
||||
|
|
Loading…
Reference in a new issue