mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 00:50:38 +00:00
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:
parent
4344a074dd
commit
cd5a9ae86b
2 changed files with 10 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue