extras/calcsoft/src/CalcOutSheet.cpp
branchRCL_3
changeset 6 57ec1f1a7fd2
parent 0 3ee3dfdd8d69
child 16 82ca176301de
--- a/extras/calcsoft/src/CalcOutSheet.cpp	Tue Feb 02 00:11:26 2010 +0200
+++ b/extras/calcsoft/src/CalcOutSheet.cpp	Fri Feb 19 22:52:07 2010 +0200
@@ -780,20 +780,20 @@
   
     if ( aType == KEikDynamicLayoutVariantSwitch )
         {
-        if ( AknLayoutUtils::PenEnabled() )
-            {
-            ScrollToBottomL();
-            }
-        }
-	if(aType == KAknsMessageSkinChange)
-	{
-		if( AknLayoutUtils::PenEnabled()  )
-        {
-        	delete(iSBFrame);
-    		iSBFrame = NULL;
-	
-		    UpdateScrollIndicatorL();
-        }
-	}
+        if (AknLayoutUtils::PenEnabled())
+			{
+			ScrollToBottomL();
+			}
+		}
+	if ( aType == KAknsMessageSkinChange || aType == KEikMessageUnfadeWindows )
+		{
+		if (AknLayoutUtils::PenEnabled())
+			{
+			delete (iSBFrame);
+			iSBFrame = NULL;
+
+			UpdateScrollIndicatorL();
+			}
+		}
 }
 //  End of File