mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fixed fontWithName:size: for 0 size
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12801 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eff5521f00
commit
3aba6cfd6d
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Tue Feb 26 18:26:53 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
Patch from Alexander Malmberg <alexander@malmberg.org>:
|
||||
* Source/NSFont.m ([+fontWithName:size:]): If size is 0, use
|
||||
NSUserFontSize instead.
|
||||
|
||||
2002-02-26 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSImage.m
|
||||
|
@ -14,7 +20,7 @@ Mon Feb 25 17:53:19 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
|||
|
||||
* Source/NSMenuItemCell.m ([-initWithCoder:]): Added code to decode old
|
||||
version as well, since it is used by the popup button cell.
|
||||
|
||||
|
||||
2002-02-25 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSGraphicsContext.m (_postExternalEvent:) Removed, not used.
|
||||
|
|
Loading…
Reference in a new issue