browserui/browser/FavouritesSrc/BrowserBookmarksView.cpp
changeset 26 97c9f46387be
parent 25 92a061761a7b
child 27 481242ead638
equal deleted inserted replaced
25:92a061761a7b 26:97c9f46387be
  2790             {
  2790             {
  2791             DimToolbarButtons(ETrue);
  2791             DimToolbarButtons(ETrue);
  2792             }      
  2792             }      
  2793         }
  2793         }
  2794     }
  2794     }
       
  2795 
       
  2796 void CBrowserBookmarksView::HandleForegroundEventL( TBool aForeground )
       
  2797     {
       
  2798     // make sure we call base class function before proceeding
       
  2799     CBrowserFavouritesView::HandleForegroundEventL(aForeground);
       
  2800     if ( aForeground )
       
  2801         {
       
  2802         if ( TheContainer()->GotoPaneActive() && TheContainer()->GotoPane()->PopupList()->IsPoppedUp() )
       
  2803             {
       
  2804             // The pop up messes the screen when changing layouts
       
  2805             // So make sure to redraw the pane while coming to foreground 
       
  2806             TheContainer()->GotoPane()->PopupList()->HandleResourceChange(KEikDynamicLayoutVariantSwitch);
       
  2807             }
       
  2808         }
       
  2809     }
  2795 // End of File
  2810 // End of File