phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/src/ccappcommlaunchercustomlistboxitemdrawer.cpp
branchRCL_3
changeset 35 4ae315f230bc
parent 21 b3431bff8c19
child 64 c1e8ba0c2b16
equal deleted inserted replaced
32:2828b4d142c0 35:4ae315f230bc
   455         if ( transApi )
   455         if ( transApi )
   456             {
   456             {
   457             transApi->StopDrawing();
   457             transApi->StopDrawing();
   458             }
   458             }
   459 #endif // RD_UI_TRANSITION_EFFECTS_LIST
   459 #endif // RD_UI_TRANSITION_EFFECTS_LIST
   460         if ( aDrawSeparator && 
   460         if ( aDrawSeparator && control &&
   461             static_cast<CEikListBox*>( control )->ItemsInSingleLine() == 1 )
   461             static_cast<CEikListBox*>( control )->ItemsInSingleLine() == 1 )
   462             {
   462             {
   463             AknListUtils::DrawSeparator( *iGc, aItemTextRect, iTextColor );
   463             AknListUtils::DrawSeparator( *iGc, aItemTextRect, iTextColor );
   464             }
   464             }
   465         }
   465         }