uifw/AvKon/src/eikfrlb.cpp
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 4 8ca85d2f0db7
child 15 08e69e956a8c
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
  1418 #endif // RD_UI_TRANSITION_EFFECTS_LIST
  1418 #endif // RD_UI_TRANSITION_EFFECTS_LIST
  1419 
  1419 
  1420         if ( aDrawSeparator && 
  1420         if ( aDrawSeparator && 
  1421             static_cast<CEikListBox*>( control )->ItemsInSingleLine() == 1 )
  1421             static_cast<CEikListBox*>( control )->ItemsInSingleLine() == 1 )
  1422             {
  1422             {
  1423             AknListUtils::DrawSeparator( *iGc, aItemTextRect, iTextColor );
  1423             AknListUtils::DrawSeparator( *iGc, aItemTextRect, iTextColor, skin );
  1424             }
  1424             }
  1425         }
  1425         }
  1426     }
  1426     }
  1427 
  1427 
  1428 // End of File
  1428 // End of File