--- a/camerauis/cameraapp/generic/src/CamViewBase.cpp Wed Sep 15 11:51:19 2010 +0300
+++ b/camerauis/cameraapp/generic/src/CamViewBase.cpp Wed Oct 13 14:09:54 2010 +0300
@@ -180,8 +180,8 @@
if( iContainer )
{
if(appUi)
- {
- iContainer->DrawNow( appUi->ZoomPane()->Extent() );
+ {
+ iContainer->DrawNow( appUi->ZoomPane()->Rect() );
}
else
{
@@ -515,13 +515,6 @@
SetStandbyModeActive(ETrue);
- UpdateCbaL();
- if ( Cba() )
- {
- Cba()->DrawNow();
- }
-
-
// Release the camera hardware
iController.ReleaseCamera();