mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Set up the next key view chain in the alert panels
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10190 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d4ea38fb5
commit
f71b4bf6d2
1 changed files with 5 additions and 0 deletions
|
@ -558,6 +558,11 @@ setControl(NSView* content, id control, NSString *title)
|
|||
altButton = [self _makeButtonWithRect: rect];
|
||||
othButton = [self _makeButtonWithRect: rect];
|
||||
|
||||
/* Create the nextKeyView chain */
|
||||
[defButton setNextKeyView: othButton];
|
||||
[othButton setNextKeyView: altButton];
|
||||
[altButton setNextKeyView: defButton];
|
||||
|
||||
rect.size.height = 80.0;
|
||||
scroll = makeScrollViewWithRect(rect);
|
||||
|
||||
|
|
Loading…
Reference in a new issue