diff -r 3f8d60e82782 -r b7b15c777cb3 extras/calcsoft/src/CalcOutSheet.cpp --- 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