uifw/EikStd/coctlsrc/EIKLBI.CPP
branchRCL_3
changeset 55 aecbbf00d063
parent 51 fcdfafb36fe7
child 56 d48ab3b357f1
--- 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;
     }