mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[WIN32K]
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:
parent
55300c6ce0
commit
4c4c630bf3
1 changed files with 0 additions and 2 deletions
|
@ -3248,8 +3248,6 @@ GreExtTextOutW(
|
||||||
DestRect.right = lprc->right;
|
DestRect.right = lprc->right;
|
||||||
DestRect.bottom = lprc->bottom;
|
DestRect.bottom = lprc->bottom;
|
||||||
|
|
||||||
IntLPtoDP(dc, (LPPOINT)&DestRect, 2);
|
|
||||||
|
|
||||||
DestRect.left += dc->ptlDCOrig.x;
|
DestRect.left += dc->ptlDCOrig.x;
|
||||||
DestRect.top += dc->ptlDCOrig.y;
|
DestRect.top += dc->ptlDCOrig.y;
|
||||||
DestRect.right += dc->ptlDCOrig.x;
|
DestRect.right += dc->ptlDCOrig.x;
|
||||||
|
|
Loading…
Reference in a new issue