mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
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:
parent
f1833d783f
commit
d72e09ffca
1 changed files with 1 additions and 3 deletions
|
@ -320,8 +320,7 @@
|
|||
return;
|
||||
|
||||
PSgsave ();
|
||||
|
||||
//fprintf(stderr,"XRButtonCell drawWithFrame \n");
|
||||
NSRectClip (cellFrame);
|
||||
|
||||
// Save last view drawn to
|
||||
[self setControlView: controlView];
|
||||
|
@ -360,7 +359,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
// NSRectClip (cellFrame);
|
||||
[self drawInteriorWithFrame: cellFrame inView: controlView];
|
||||
|
||||
PSgrestore ();
|
||||
|
|
Loading…
Reference in a new issue