Pop up the list of a combo box when the user presses the down arrow

key. This gives users full keyboard control for NSComboBox.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31120 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
wlux 2010-08-11 20:49:33 +00:00
parent 26019a4955
commit d4e85d8f8d
3 changed files with 31 additions and 0 deletions

View file

@ -1883,6 +1883,7 @@ static inline NSRect buttonCellFrameFromRect(NSRect cellRect)
NSWindow *cvWindow = [controlView window];
NSRect buttonRect = buttonCellFrameFromRect(cellFrame);
_control_view = controlView;
[controlView lockFocus];
[_buttonCell highlight: YES
withFrame: buttonRect