Fixed problems galore. :-)

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4599 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
michael 1999-07-15 17:32:38 +00:00
parent 9edbf40969
commit 34b2d4f4e1
8 changed files with 593 additions and 57 deletions

View file

@ -582,6 +582,9 @@ static NSFont* menuFont = nil;
{
id aCell;
if ([[list_items itemArray] count] == 0)
return;
if (!pulls_down)
aCell = [[list_items itemArray] objectAtIndex:selected_item];
else