NSPopUpButton mouseDown fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16428 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2003-04-11 10:36:53 +00:00
parent ca26a5ce28
commit 369134a16e

View file

@ -1,3 +1,9 @@
2003-04-11 Serg Stoyan <stoyan@hologr.com>
* Source/NSPopUpButton.m:
(mouseDown): Set menu view's highlightedItemIndex to
lastSelectedItem if result index is -1. Comments added.
2003-04-10 Serg Stoyan <stoyan@hologr.com>
* Source/NSPopUpButton.m: