uifw/EikStd/coctlsrc/aknstyluspopupmenucontent.cpp
branchRCL_3
changeset 59 978afdc0236f
parent 56 d48ab3b357f1
child 64 85902f042028
equal deleted inserted replaced
56:d48ab3b357f1 59:978afdc0236f
  1024         AknsUtils::GetCachedColor( skin, textColor, KAknsIIDQsnTextColors,
  1024         AknsUtils::GetCachedColor( skin, textColor, KAknsIIDQsnTextColors,
  1025                                        EAknsCIQsnTextColorsCG20 );
  1025                                        EAknsCIQsnTextColorsCG20 );
  1026     
  1026     
  1027         layoutText.DrawText( aGc, *(iItems[aItem]->iText), ETrue, textColor ); 
  1027         layoutText.DrawText( aGc, *(iItems[aItem]->iText), ETrue, textColor ); 
  1028 
  1028 
  1029         if ( aItem < iLastVisibleItem )
  1029         if ( aItem < iItems.Count()-1 )
  1030             {
  1030             {
  1031             AknListUtils::DrawSeparator( aGc, rect, textColor, skin );
  1031             AknListUtils::DrawSeparator( aGc, rect, textColor, skin );
  1032             }
  1032             }
  1033 		}
  1033         }
  1034     }
  1034     }
  1035 
  1035 
  1036 // -----------------------------------------------------------------------------
  1036 // -----------------------------------------------------------------------------
  1037 // CAknStylusPopUpMenuContent::StartAnimation
  1037 // CAknStylusPopUpMenuContent::StartAnimation
  1038 // -----------------------------------------------------------------------------
  1038 // -----------------------------------------------------------------------------