mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 04:22:41 +00:00
[WIN32K]
- Physicus : In theory the text brush should never be changed So be it, it works anyway... svn path=/branches/reactos-yarotows/; revision=46970
This commit is contained in:
parent
d8020bbbe1
commit
11483181a8
1 changed files with 0 additions and 3 deletions
|
@ -110,9 +110,6 @@ DC_vUpdateTextBrush(PDC pdc)
|
|||
{
|
||||
PDC_ATTR pdcattr = pdc->pdcattr;
|
||||
|
||||
if(pdcattr->ulDirty_ & DIRTY_TEXT)
|
||||
EBRUSHOBJ_vUpdate(&pdc->eboText, pbrDefaultBrush, pdc);
|
||||
|
||||
/* Update the eboText's solid color */
|
||||
EBRUSHOBJ_vSetSolidBrushColor(&pdc->eboText, pdcattr->crForegroundClr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue