Patch by Rafał Harabień :
- don't transform cordinates twice in GreExtTextOutW
- Fixes AbiWord toolbar

See issue #4811 for more details.

svn path=/trunk/; revision=50885
This commit is contained in:
Timo Kreuzer 2011-02-24 00:48:01 +00:00
parent 55300c6ce0
commit 4c4c630bf3

View file

@ -3248,8 +3248,6 @@ GreExtTextOutW(
DestRect.right = lprc->right;
DestRect.bottom = lprc->bottom;
IntLPtoDP(dc, (LPPOINT)&DestRect, 2);
DestRect.left += dc->ptlDCOrig.x;
DestRect.top += dc->ptlDCOrig.y;
DestRect.right += dc->ptlDCOrig.x;