mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +00:00
More drawing fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3666 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9603f104fc
commit
2f023a657a
3 changed files with 9 additions and 2 deletions
|
@ -537,7 +537,7 @@ float sx, sy;
|
|||
PSMatrix *flip = nil;
|
||||
float vals[6] = { 1, 0, 0, -1, 0, 1 };
|
||||
|
||||
vals[5] = parent->bounds.size.height;
|
||||
vals[5] = view->bounds.size.height;
|
||||
flip = [PSMatrix matrixFrom: vals];
|
||||
[matrix concatenateWith: flip];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue