menufw/menufwui/matrixmenu/src/mmappui.cpp
changeset 5 c743ef5928ba
parent 4 4d54b72983ae
child 9 f966699dea19
equal deleted inserted replaced
4:4d54b72983ae 5:c743ef5928ba
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Application UI class
    14 * Description:  Application UI class
    15 *  Version     : %version: MM_176.1.28.1.60 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_176.1.28.1.61 % << Don't touch! Updated by Synergy at check-out.
    16 *  Version     : %version: MM_176.1.28.1.60 % << Don't touch! Updated by Synergy at check-out.
    16 *  Version     : %version: MM_176.1.28.1.61 % << Don't touch! Updated by Synergy at check-out.
    17 *
    17 *
    18 */
    18 */
    19 
    19 
    20 #include <e32base.h>
    20 #include <e32base.h>
    21 #include <e32cmn.h>
    21 #include <e32cmn.h>
  1803         iToolbar->SetToolbarVisibility( EFalse );
  1803         iToolbar->SetToolbarVisibility( EFalse );
  1804         }
  1804         }
  1805 
  1805 
  1806     if( iCurrentContainer != aWidgetContainer )
  1806     if( iCurrentContainer != aWidgetContainer )
  1807         {
  1807         {
  1808         if( iCurrentContainer && aWidgetContainer &&
       
  1809                 iCurrentContainer->WidgetType() != aWidgetContainer->WidgetType() )
       
  1810             {
       
  1811             StartLayoutSwitchFullScreen();
       
  1812             }
       
  1813 
       
  1814         TBool highlightVisibleBefore = iCurrentContainer != NULL &&
  1808         TBool highlightVisibleBefore = iCurrentContainer != NULL &&
  1815 			iCurrentContainer->IsHighlightVisible();
  1809 			iCurrentContainer->IsHighlightVisible();
  1816 
  1810 
  1817         HandleWidgetChangeRefreshL( aWidgetContainer );
  1811         HandleWidgetChangeRefreshL( aWidgetContainer );
  1818 
  1812