mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Fix typo in comment.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18297 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fd2e090c2e
commit
821f7018a7
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
#include <AppKit/NSCell.h>
|
||||
|
||||
typedef enum {
|
||||
NSScaleProportionally = 0, // Fit propoRtionally
|
||||
NSScaleProportionally = 0, // Fit proportionally
|
||||
NSScaleToFit, // Forced fit (distort if necessary)
|
||||
NSScaleNone // Don't scale (clip)
|
||||
} NSImageScaling;
|
||||
|
|
|
@ -865,7 +865,7 @@ static float sizes[] = {4.0, 6.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0,
|
|||
else
|
||||
{
|
||||
/*
|
||||
i really should be >= 0 here, except for the very obscure case where
|
||||
i really should be > 0 here, except for the very obscure case where
|
||||
the delegate has refused all fonts (so that our family and face lists
|
||||
are completely empty).
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue