mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Fixed drawing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7316 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3f836726f6
commit
590e4c8be7
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@
|
|||
NSRect previousRect;
|
||||
int previousState = 0;
|
||||
|
||||
rect = NSIntersectionRect(_bounds, rect);
|
||||
rect = _bounds;
|
||||
|
||||
DPSgsave(ctxt);
|
||||
|
||||
|
|
Loading…
Reference in a new issue