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 _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
