camerauis/cameraapp/generic/src/CamSyncRotatorAo.cpp
branchRCL_3
changeset 67 756ad29ed18e
parent 0 1ddebce53859
equal deleted inserted replaced
62:f0c0788c4de2 67:756ad29ed18e
    94 // Rotate the provided bitmap
    94 // Rotate the provided bitmap
    95 // -----------------------------------------------------------------------------
    95 // -----------------------------------------------------------------------------
    96 //
    96 //
    97 void CCamSyncRotatorAo::RotateL( CFbsBitmap* aBitmap, CBitmapRotator::TRotationAngle aRotation )
    97 void CCamSyncRotatorAo::RotateL( CFbsBitmap* aBitmap, CBitmapRotator::TRotationAngle aRotation )
    98     {
    98     {
    99     iRotator->Rotate( &iStatus, *aBitmap, aRotation );
    99     if( !IsActive() )
   100     SetActive();    
   100         {
       
   101         iRotator->Rotate( &iStatus, *aBitmap, aRotation );
       
   102         SetActive();
       
   103         }
   101     }
   104     }
   102    
   105    
   103 // -----------------------------------------------------------------------------
   106 // -----------------------------------------------------------------------------
   104 // CCamSyncRotatorAo::RunL
   107 // CCamSyncRotatorAo::RunL
   105 // Called when a rotation operation is completed (or cancelled)
   108 // Called when a rotation operation is completed (or cancelled)