Further cleanup of NSPopupButtonCell

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17667 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-09-14 00:39:56 +00:00
parent a1b8af9d1e
commit 9862b53e77

View file

@ -1,3 +1,12 @@
2003-09-14 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSPopUpButtonCell.m
According to Gregory John Casamento <greg_casamento@yahoo.com> the
popup button does not change its enable state when the selected item
does. To adopt this behaviour all setEnable: calls have been
removed and one in [initWithCoder:] added that enables the popup
for all old encodings.
2003-09-13 Gregory John Casamento <greg_casamento@yahoo.com>
* Source/NSPopUpButtonCell.m: Corrected minor problem which