camerauis/cameraapp/generic/src/CamCaptureSetupViewBase.cpp
branchRCL_3
changeset 12 51dda465e618
parent 11 d486e5e3cc9a
child 13 38fb6f7eacd5
equal deleted inserted replaced
11:d486e5e3cc9a 12:51dda465e618
   608         iContainer->DrawNow();
   608         iContainer->DrawNow();
   609         }
   609         }
   610     SetCaptureSetupModeActive(EFalse);
   610     SetCaptureSetupModeActive(EFalse);
   611 
   611 
   612     UpdateCbaL();
   612     UpdateCbaL();
       
   613 
       
   614     if ( Cba() )
       
   615         {
       
   616         Cba()->DrawNow();
       
   617         }
       
   618 		
   613     SetTitlePaneTextL();  
   619     SetTitlePaneTextL();  
   614     CleanupStack::Pop(); // CleanupExit
   620     CleanupStack::Pop(); // CleanupExit
   615 
   621 
   616     // delete the capture setup controls when all
   622     // delete the capture setup controls when all
   617     // leaving functions have completed
   623     // leaving functions have completed
   877             {
   883             {
   878             iContainer->DrawNow();
   884             iContainer->DrawNow();
   879             }
   885             }
   880       	SetSceneSettingMode(EFalse);
   886       	SetSceneSettingMode(EFalse);
   881         UpdateCbaL();
   887         UpdateCbaL();
       
   888 
       
   889        if ( Cba() )
       
   890     	    {
       
   891     	    Cba()->DrawNow();
       
   892     	    }
       
   893 	
   882         SetTitlePaneTextL();
   894         SetTitlePaneTextL();
   883         CleanupStack::Pop(); // CleanupExit
   895         CleanupStack::Pop(); // CleanupExit
   884         
   896         
   885 
   897 
   886         
   898         
   934         {
   946         {
   935         iContainer->DrawNow();
   947         iContainer->DrawNow();
   936         }
   948         }
   937     SetInfoListBoxMode(EFalse);
   949     SetInfoListBoxMode(EFalse);
   938     UpdateCbaL();
   950     UpdateCbaL();
       
   951 
       
   952     if ( Cba() )
       
   953         {
       
   954         Cba()->DrawNow();
       
   955         }
       
   956 		
   939     SetTitlePaneTextL();
   957     SetTitlePaneTextL();
   940     CleanupStack::Pop(); // CleanupExit
   958     CleanupStack::Pop(); // CleanupExit
   941 
   959 
   942     CEikMenuBar* menuBar = MenuBar();
   960     CEikMenuBar* menuBar = MenuBar();
   943     // if menuBar exists
   961     // if menuBar exists