uifw/eikctl/src/EIKCLBD.CPP
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 10 9f56a4e1b8ab
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
  2001             transApi->StopDrawing();
  2001             transApi->StopDrawing();
  2002             }
  2002             }
  2003 #endif // RD_UI_TRANSITION_EFFECTS_LIST
  2003 #endif // RD_UI_TRANSITION_EFFECTS_LIST
  2004         }
  2004         }
  2005 
  2005 
       
  2006     CEikListBox* list = static_cast<CEikListBox*>( iExtension->iControl );
       
  2007     
       
  2008     if ( iExtension->iCurrentRow < list->BottomItemIndex() )
       
  2009         {
       
  2010         AknListUtils::DrawSeparator( aGc, aRect, aColors.iText );
       
  2011         }
  2006     DrawHighLight( aGc, aRect, aHighlight, skin );
  2012     DrawHighLight( aGc, aRect, aHighlight, skin );
  2007     
  2013     
  2008     // The column draw loop
  2014     // The column draw loop
  2009     column = 0;
  2015     column = 0;
  2010     TInt subCellIndex = 0;
  2016     TInt subCellIndex = 0;
  2460             {
  2466             {
  2461             transApi->StopDrawing();
  2467             transApi->StopDrawing();
  2462             }
  2468             }
  2463 #endif // RD_UI_TRANSITION_EFFECTS_LIST
  2469 #endif // RD_UI_TRANSITION_EFFECTS_LIST
  2464         }
  2470         }
       
  2471 
       
  2472     CEikListBox* list = static_cast<CEikListBox*>( iExtension->iControl );
       
  2473 
       
  2474     if ( iExtension->iCurrentRow < list->BottomItemIndex() )
       
  2475         {
       
  2476         AknListUtils::DrawSeparator( aGc, aRect, aColors.iText );
       
  2477         }
  2465     
  2478     
  2466  // LISTBOX LINES NEED TO BE DRAWN HERE.
  2479  // LISTBOX LINES NEED TO BE DRAWN HERE.
  2467     DrawHighLight( aGc, aRect, aHighlight, skin );
  2480     DrawHighLight( aGc, aRect, aHighlight, skin );
  2468 
  2481 
  2469 #ifdef RD_UI_TRANSITION_EFFECTS_LIST
  2482 #ifdef RD_UI_TRANSITION_EFFECTS_LIST