mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Move DC_UpdateXforms out of the switch in SetMapMode. It does not effect anything.
svn path=/trunk/; revision=36655
This commit is contained in:
@@ -715,9 +715,8 @@ IntGdiSetMapMode(PDC dc,
|
||||
default:
|
||||
Dc_Attr->iMapMode = PrevMapMode;
|
||||
PrevMapMode = 0;
|
||||
|
||||
DC_UpdateXforms(dc);
|
||||
}
|
||||
DC_UpdateXforms(dc);
|
||||
|
||||
return PrevMapMode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user