Commit 9dba4840 authored by Alexandre Julliard's avatar Alexandre Julliard

gdi32: Refresh the DC transforms when the visible rectangle is changed.

parent b3dd2070
......@@ -211,6 +211,7 @@ void CDECL __wine_set_visible_region( HDC hdc, HRGN hrgn, const RECT *vis_rect )
dc->dirty = 0;
dc->vis_rect = *vis_rect;
dc->hVisRgn = hrgn;
DC_UpdateXforms( dc );
CLIPPING_UpdateGCRegion( dc );
release_dc_ptr( dc );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment