diff -r 8ca85d2f0db7 -r aabf2c525e0f uifw/EikStd/coctlsrc/EIKLBV.CPP --- 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 );