mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:10:47 +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;
|
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 ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue