mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:30:53 +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
7308ca8e62
commit
a8721d54b2
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…
Add table
Add a link
Reference in a new issue