camerauis/cameraapp/generic/src/CamLocationIconController.cpp
branchRCL_3
changeset 18 51dda465e618
parent 3 8b2d6d0384b0
equal deleted inserted replaced
16:d486e5e3cc9a 18:51dda465e618
   400 //
   400 //
   401 void CCamLocationIconController::Draw( CBitmapContext& aGc ) const
   401 void CCamLocationIconController::Draw( CBitmapContext& aGc ) const
   402     {
   402     {
   403     PRINT( _L("Camera => CCamLocationIconController::Draw") );
   403     PRINT( _L("Camera => CCamLocationIconController::Draw") );
   404 
   404 
   405     // draw location indicator icon only for main camera
   405     // Make sure no brush is being used
   406     if ( iController.ActiveCamera() == ECamActiveCameraPrimary )
   406     aGc.SetBrushStyle( CGraphicsContext::ENullBrush );    
   407           {
   407     iLocationIndicators[iLocationState]->Draw( aGc );
   408           // Make sure no brush is being used
       
   409           aGc.SetBrushStyle( CGraphicsContext::ENullBrush );    
       
   410           iLocationIndicators[iLocationState]->Draw( aGc );
       
   411           }
       
   412 
   408 
   413     PRINT( _L("Camera <= CCamLocationIconController::Draw") );
   409     PRINT( _L("Camera <= CCamLocationIconController::Draw") );
   414     }    
   410     }    
   415 
   411 
   416 
   412