mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:10:39 +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
|
@ -1,3 +1,10 @@
|
|||
2003-03-27 Michael Hanni <michael@deviant-behavior.com>
|
||||
|
||||
* Source/NSPopUpButtonCell.m (drawWithFrame:inView:): added a call
|
||||
to the NSMenuItemCell's calcSize method to place the image
|
||||
correctly when we are making a temp item. Fixes regression
|
||||
prompted by changes on 2003-04-17.
|
||||
|
||||
2003-03-27 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/GSFontInfo.m
|
||||
|
|
|
@ -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