photosgallery/viewframework/views/fullscreenview/src/glxfullscreenviewimp.cpp
changeset 4 57d388cc48c1
parent 3 9a9c174934f5
child 9 6b87b143d312
equal deleted inserted replaced
3:9a9c174934f5 4:57d388cc48c1
   705     {
   705     {
   706     TRACER("CGlxFullScreenViewImp::DeactivateZoomControlL");
   706     TRACER("CGlxFullScreenViewImp::DeactivateZoomControlL");
   707     ActivateFullScreenL(); 
   707     ActivateFullScreenL(); 
   708     if(iZoomControl->Activated())
   708     if(iZoomControl->Activated())
   709         {
   709         {
   710         iHdmiController->DeactivateZoom();
       
   711         iZoomControl->Deactivate();
   710         iZoomControl->Deactivate();
   712         }
   711         }
   713     //Once into fullscreen view,show the screen furniture
   712     //Once into fullscreen view,show the screen furniture
   714     HideUi(ETrue);
   713     HideUi(ETrue);
   715     }
   714     }