uifw/EikStd/coctlsrc/EIKLBV.CPP
branchRCL_3
changeset 9 aabf2c525e0f
parent 0 2f259fa3e83a
child 16 71dd06cfe933
--- a/uifw/EikStd/coctlsrc/EIKLBV.CPP	Fri Feb 19 23:04:46 2010 +0200
+++ b/uifw/EikStd/coctlsrc/EIKLBV.CPP	Fri Mar 12 15:43:43 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 1997-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"
@@ -972,7 +972,7 @@
 
             if ( !drawingInitiated )
 			    {
-                TRect rect( ItemPos(aItemIndex), ItemSize(aItemIndex) );
+                TRect rect( ItemPos(aItemIndex), iItemDrawer->ItemCellSize() );
 			    rect.Intersection( iViewRect );
 			    iWin->Invalidate( rect );
 			    iWin->BeginRedraw( rect );