camerauis/cameraapp/generic/common/src/CamCaptureSetupListItemDrawer.cpp
changeset 2 e8773a61782d
parent 0 1ddebce53859
child 12 8c55c525d5d7
--- a/camerauis/cameraapp/generic/common/src/CamCaptureSetupListItemDrawer.cpp	Mon Jan 18 20:06:55 2010 +0200
+++ b/camerauis/cameraapp/generic/common/src/CamCaptureSetupListItemDrawer.cpp	Tue Jan 26 11:44:00 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -247,12 +247,12 @@
     // ...text colour index if this item is selected.
     if( Flags() & CListItemDrawer::ESingleClickDisabledHighlight )
         {
-        aItemIsSelected = aItemIsCurrent;
+        // Single clickable items don't have a highlight
         aItemIsCurrent = EFalse;
         }
 
     if ( aItemIsCurrent )
-		{
+        {
         index = EAknsCIQsnTextColorsCG10; // highlighted text colour
         }