diff -r c4c2ac0facfd -r 57ec1f1a7fd2 extras/calcsoft/src/CalcOutSheet.cpp --- 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