equal
deleted
inserted
replaced
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 |