extras/calcsoft/src/CalcOutSheet.cpp
branchRCL_3
changeset 6 57ec1f1a7fd2
parent 0 3ee3dfdd8d69
child 13 82ca176301de
equal deleted inserted replaced
2:c4c2ac0facfd 6:57ec1f1a7fd2
   778 
   778 
   779 {
   779 {
   780   
   780   
   781     if ( aType == KEikDynamicLayoutVariantSwitch )
   781     if ( aType == KEikDynamicLayoutVariantSwitch )
   782         {
   782         {
   783         if ( AknLayoutUtils::PenEnabled() )
   783         if (AknLayoutUtils::PenEnabled())
   784             {
   784 			{
   785             ScrollToBottomL();
   785 			ScrollToBottomL();
   786             }
   786 			}
   787         }
   787 		}
   788 	if(aType == KAknsMessageSkinChange)
   788 	if ( aType == KAknsMessageSkinChange || aType == KEikMessageUnfadeWindows )
   789 	{
   789 		{
   790 		if( AknLayoutUtils::PenEnabled()  )
   790 		if (AknLayoutUtils::PenEnabled())
   791         {
   791 			{
   792         	delete(iSBFrame);
   792 			delete (iSBFrame);
   793     		iSBFrame = NULL;
   793 			iSBFrame = NULL;
   794 	
   794 
   795 		    UpdateScrollIndicatorL();
   795 			UpdateScrollIndicatorL();
   796         }
   796 			}
   797 	}
   797 		}
   798 }
   798 }
   799 //  End of File  
   799 //  End of File