Tiny fix for NSPopUpButton

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5046 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-10-21 14:22:12 +00:00
parent 29e375485b
commit 36a4e1b0a2

View file

@ -1,3 +1,10 @@
Thu Oct 21 1999 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSPopUpButton.m ([-selectItemAtIndex:]): Mark the button
as needing redisplay when the selected item is changed. This is
effective, but temporary. Replace it by a call to
synchronizeTitleAndSelectedItem as soon as the latter works.
Tue Oct 19 11:33:46 1999 Lyndon Tremblay <humasect@coolmail.com>
* Source/NSMenuView.m: ([-sizeToFit]) added handling for title width.