Small fix to NSPopUpButtonCell.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16564 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Michael Silva 2003-04-27 20:37:29 +00:00
parent 4344a074dd
commit cd5a9ae86b
2 changed files with 10 additions and 0 deletions

View file

@ -536,6 +536,9 @@ static NSImage *_pbc_image[2];
*/
[aCell setMenuView: [_menu menuRepresentation]];
/* We need to calc our size to get images placed correctly */
[aCell calcSize];
RELEASE(anItem);
}