Uncomment instruction to clip to drawing frame.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3722 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-02-16 13:21:42 +00:00
parent 7308ca8e62
commit a8721d54b2

View file

@ -320,8 +320,7 @@
return; return;
PSgsave (); PSgsave ();
NSRectClip (cellFrame);
//fprintf(stderr,"XRButtonCell drawWithFrame \n");
// Save last view drawn to // Save last view drawn to
[self setControlView: controlView]; [self setControlView: controlView];
@ -360,7 +359,6 @@
} }
} }
// NSRectClip (cellFrame);
[self drawInteriorWithFrame: cellFrame inView: controlView]; [self drawInteriorWithFrame: cellFrame inView: controlView];
PSgrestore (); PSgrestore ();