mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
revert some change I did in r33877 for buch.c object it cause to many regress
svn path=/trunk/; revision=33880
This commit is contained in:
parent
099735586d
commit
9199d4af30
1 changed files with 0 additions and 7 deletions
|
@ -178,14 +178,7 @@ IntGdiInitBrushInstance(GDIBRUSHINST *BrushInst, PGDIBRUSHOBJ BrushObj, XLATEOBJ
|
|||
}
|
||||
else if (BrushObj->flAttrs & GDIBRUSH_IS_SOLID)
|
||||
{
|
||||
if (XlateObj)
|
||||
{
|
||||
BrushInst->BrushObject.iSolidColor = XLATEOBJ_iXlate(XlateObj, BrushObj->BrushAttr.lbColor);
|
||||
}
|
||||
else
|
||||
{
|
||||
BrushInst->BrushObject.iSolidColor = 0xFFFFFFFF;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue