NSPopUpButton/Cell improvements

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16456 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2003-04-13 09:00:30 +00:00
parent 182d90fe0e
commit 4d791cb220

View file

@ -1,3 +1,13 @@
2003-04-13 Michael Hanni <michael@deviant-behavior.com>
* Source/NSPopUpButton.m:
(mouseDown:): Beep and return if menu items array is empty.
(keyDown:): ditto.
* Source/NSPopUpButtonCell.m:
(removeAllItems:): Revert last change. Really remove all items.
(drawWithFrame:inView:): Draw temporary cell if no items in menu.
2003-04-12 Serg Stoyan <stoyan@hologr.com>
* Source/NSPopUpButtonCell.m: