camerauis/cameraapp/generic/common/src/CamCaptureSetupListBox.cpp
changeset 3 8b2d6d0384b0
parent 0 1ddebce53859
child 12 8c55c525d5d7
equal deleted inserted replaced
2:e8773a61782d 3:8b2d6d0384b0
   132         {
   132         {
   133         iView->ClearSelection();
   133         iView->ClearSelection();
   134 	    iView->SelectItemL( iView->CurrentItemIndex() );
   134 	    iView->SelectItemL( iView->CurrentItemIndex() );
   135         }
   135         }
   136     //TInt oldCurrentItem = CurrentItemIndex();
   136     //TInt oldCurrentItem = CurrentItemIndex();
   137     TKeyResponse response = CEikListBox::OfferKeyEventL( aKeyEvent, aType );
   137     //TKeyResponse response = CEikListBox::OfferKeyEventL( aKeyEvent, aType );
       
   138     TKeyResponse response = EKeyWasConsumed;
   138     /*TInt newCurrentItem = CurrentItemIndex();
   139     /*TInt newCurrentItem = CurrentItemIndex();
   139     if ( newCurrentItem != oldCurrentItem )
   140     if ( newCurrentItem != oldCurrentItem )
   140         {
   141         {
   141         PRINT( _L("Camera => CCamCaptureSetupListBox::OfferKeyEventL set obs" ))
   142         PRINT( _L("Camera => CCamCaptureSetupListBox::OfferKeyEventL set obs" ))
   142         MCamListboxModel* model = static_cast<MCamListboxModel*>( iModel );
   143         MCamListboxModel* model = static_cast<MCamListboxModel*>( iModel );