Follow-up to r48681. Fixes text on disabled controls.

svn path=/branches/reactos-yarotows/; revision=49264
This commit is contained in:
Kamil Hornicek 2010-10-24 22:51:51 +00:00
parent 2eb1b02bc0
commit 6237a1d524

View file

@ -151,9 +151,6 @@ static const ULONG ExpandDest[16] =
0xF0F0F0F0 /* 1111 */,
};
/* Ignore alpha channel in Pattern */
Pattern &= 0x00ffffff ;
/* Optimized code for the various named rop codes. */
switch (Rop)
{