menufw/menufwui/mmwidgets/src/mmlistboxview.cpp
branchRCL_3
changeset 28 d721605b30d0
parent 26 1b758917cafc
equal deleted inserted replaced
26:1b758917cafc 28:d721605b30d0
    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_54 % << Don't touch! Updated by Synergy at check-out.
    15  *  Version     : %version: MM_55 % << Don't touch! Updated by Synergy at check-out.
    16  *
    16  *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 
    20 
    78 //
    78 //
    79 // -----------------------------------------------------------------------------
    79 // -----------------------------------------------------------------------------
    80 //
    80 //
    81 void CMmListBoxView::ConstructL ()
    81 void CMmListBoxView::ConstructL ()
    82   {
    82   {
    83   iScrollbarIsVisible = ETrue;
       
    84   iPreviouslyDrawnCurrentItemIndex = KErrNotFound;
    83   iPreviouslyDrawnCurrentItemIndex = KErrNotFound;
    85   }
    84   }
    86 
    85 
    87 // -----------------------------------------------------------------------------
    86 // -----------------------------------------------------------------------------
    88 //
    87 //