discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Color issue


From: Andreas Höschler
Subject: Color issue
Date: Wed, 25 Apr 2007 01:17:17 +0200

Hi all,

[[NSColor lightGrayColor] set];
NSFrameRect(rect);

NSBezierPath *path = [NSBezierPath bezierPath];
      ....
[path stroke];

draws a gray rect and a gray line (as it should) on MacOSX. However, on GNUstep the rect is gray but NSBezierPath does not seem to honor -[NSColor set]. The path is drawn in black!?

What am I missing?

Thanks,

   Andreas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]