menufw/menufwui/mmwidgets/src/mmlistboxcontainer.cpp
branchRCL_3
changeset 54 1b758917cafc
parent 4 4d54b72983ae
equal deleted inserted replaced
50:137ebc85284b 54:1b758917cafc
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:   
    14 * Description:   
    15 *  Version     : %version: MM_65 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_66 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #include <aknlists.h> 
    20 #include <aknlists.h> 
   224 // -----------------------------------------------------------------------------
   224 // -----------------------------------------------------------------------------
   225 //
   225 //
   226 void CMmListBoxContainer::SetSuiteModelL( CHnSuiteModel* aModel )
   226 void CMmListBoxContainer::SetSuiteModelL( CHnSuiteModel* aModel )
   227     {
   227     {
   228     CMmWidgetContainer::SetSuiteModelL( aModel );
   228     CMmWidgetContainer::SetSuiteModelL( aModel );
   229     // highlight always active
       
   230     aModel->SetActiveL( ETrue );
       
   231 	iMarqueeAdapter->StopMarqueeDrawing();
   229 	iMarqueeAdapter->StopMarqueeDrawing();
   232     }
   230     }
   233 
   231 
   234 // -----------------------------------------------------------------------------
   232 // -----------------------------------------------------------------------------
   235 //
   233 //