extras/calcsoft/src/CalcOutSheet.cpp
branchCompilerCompatibility
changeset 9 b7b15c777cb3
parent 6 57ec1f1a7fd2
child 16 82ca176301de
--- a/extras/calcsoft/src/CalcOutSheet.cpp	Mon Mar 08 21:43:29 2010 +0000
+++ b/extras/calcsoft/src/CalcOutSheet.cpp	Sun Mar 14 13:09:45 2010 +0000
@@ -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