javauis/mmapi_akn/baseline/src/cmmacanvasdisplay.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 71 d5e927d5853b
--- a/javauis/mmapi_akn/baseline/src/cmmacanvasdisplay.cpp	Wed Sep 15 12:05:25 2010 +0300
+++ b/javauis/mmapi_akn/baseline/src/cmmacanvasdisplay.cpp	Wed Oct 13 14:23:59 2010 +0300
@@ -55,7 +55,6 @@
               aSourceSize.iWidth);
     DEBUG_INT("MMA::CMMACanvasDisplay::SourceSizeChanged %d",
               aSourceSize.iHeight);
-
     iSourceSize = aSourceSize;
     // If user rect size was set or full screen was set then we need to take
     // that into account then the actual source size
@@ -65,6 +64,7 @@
     }
     TSize fullScreenSize(iCanvas->ContentSize());
 
+
     TBool sourceIsBigger = (aSourceSize.iWidth > fullScreenSize.iWidth ||
                             aSourceSize.iHeight > fullScreenSize.iHeight);