mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
Update the fill brush, in NtGdiFillPath.
svn path=/trunk/; revision=42487
This commit is contained in:
parent
dce78c56fc
commit
f691efa3b4
1 changed files with 3 additions and 0 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue