diff -r fcdfafb36fe7 -r aecbbf00d063 uifw/EikStd/coctlsrc/EIKLBI.CPP --- a/uifw/EikStd/coctlsrc/EIKLBI.CPP Thu Aug 19 10:11:06 2010 +0300 +++ b/uifw/EikStd/coctlsrc/EIKLBI.CPP Tue Aug 31 15:28:30 2010 +0300 @@ -38,7 +38,7 @@ #include "laflbx.h" #include "akntrace.h" -const TUint KListItemDrawerAllowedFlags = 0x3fff; +const TUint KListItemDrawerAllowedFlags = 0x00ff; const TInt KDefaultMarkColumnWidth = 10; const TInt KDefaultMarkGutter = 2; @@ -85,13 +85,6 @@ aFlags &= ~EPressedDownState; } - // do not raise EDrawWholeBackground unless ENativeImplementation is set - if ( ( aFlags & EDrawWholeBackground ) - && !( iFlags & ENativeImplementation ) ) - { - aFlags &= ~EDrawWholeBackground; - } - iFlags |= aFlags; iFlags &= KListItemDrawerAllowedFlags; }