Update the fill brush, in NtGdiFillPath.

svn path=/trunk/; revision=42487
This commit is contained in:
Timo Kreuzer 2009-08-08 00:50:42 +00:00
parent dce78c56fc
commit f691efa3b4

View file

@ -2298,6 +2298,9 @@ NtGdiFillPath(HDC hDC)
if (pdcattr->ulDirty_ & (DIRTY_LINE | DC_PEN_DIRTY))
DC_vUpdateLineBrush(dc);
if (pdcattr->ulDirty_ & (DIRTY_FILL | DC_BRUSH_DIRTY))
DC_vUpdateFillBrush(dc);
ret = PATH_FillPath( dc, pPath );
if ( ret )
{