uifw/AvKon/src/eikslb.cpp
branchRCL_3
changeset 19 aecbbf00d063
parent 10 3d340a0166ff
child 20 d48ab3b357f1
equal deleted inserted replaced
18:fcdfafb36fe7 19:aecbbf00d063
    76         {
    76         {
    77         transApi->StopDrawing();
    77         transApi->StopDrawing();
    78         }
    78         }
    79 #endif //RD_UI_TRANSITION_EFFECTS_LIST
    79 #endif //RD_UI_TRANSITION_EFFECTS_LIST
    80 
    80 
    81     DrawBackgroundAndSeparatorLines( aItemTextRect, 
    81     DrawBackgroundAndSeparatorLines( aItemTextRect );
    82             aItemIndex != FormattedCellData()->ListBox()->BottomItemIndex() );
       
    83 
    82 
    84     if ( aItemIsCurrent )
    83     if ( aItemIsCurrent )
    85         {
    84         {
    86         FormattedCellData()->SetCurrentItemIndex( aItemIndex );
    85         FormattedCellData()->SetCurrentItemIndex( aItemIndex );
    87         }
    86         }
    88         
    87         
    89     FormattedCellData()->SetCurrentlyDrawnItemIndex( aItemIndex );
    88     FormattedCellData()->SetCurrentlyDrawnItemIndex( aItemIndex );
    90     FormattedCellData()->DrawDefaultHighlight( *iGc, aItemTextRect, aItemIsCurrent );
    89 
       
    90     FormattedCellData()->DrawSettingHighlight( *iGc, aItemTextRect, aItemIsCurrent );
       
    91 
    91     TBool drawBackground = ETrue;
    92     TBool drawBackground = ETrue;
    92     TPtrC temp = iModel->ItemText( aItemIndex );
    93     TPtrC temp = iModel->ItemText( aItemIndex );
    93     TPtrC columnText;
    94     TPtrC columnText;
    94 
    95 
    95     TextUtils::ColumnText( columnText, 3, &temp );
    96     TextUtils::ColumnText( columnText, 3, &temp );