- Move DC_UpdateXforms out of the switch in SetMapMode. It does not effect anything.

svn path=/trunk/; revision=36655
This commit is contained in:
James Tabor
2008-10-05 12:23:46 +00:00
parent 47e5a8aad7
commit 008e7f19c1
@@ -715,9 +715,8 @@ IntGdiSetMapMode(PDC dc,
default:
Dc_Attr->iMapMode = PrevMapMode;
PrevMapMode = 0;
DC_UpdateXforms(dc);
}
DC_UpdateXforms(dc);
return PrevMapMode;
}