browserui/browser/BrowserAppSrc/BrowserWindow.cpp
changeset 10 57d5b8e231c4
parent 0 84ad3b177aa3
child 19 16a119033e3e
equal deleted inserted replaced
0:84ad3b177aa3 10:57d5b8e231c4
   947     iBrCtlInterface->MakeVisible( ETrue );  // notify the engine
   947     iBrCtlInterface->MakeVisible( ETrue );  // notify the engine
   948     iActive = ETrue;
   948     iActive = ETrue;
   949     if( aDraw )
   949     if( aDraw )
   950         {
   950         {
   951         iBrCtlInterface->DrawNow();
   951         iBrCtlInterface->DrawNow();
       
   952         CBrowserContentView* cv = iWindowManager->ContentView();
       
   953         cv->UpdateFullScreenL();
   952         TRAP_IGNORE(Display().StopProgressAnimationL());//also updates title
   954         TRAP_IGNORE(Display().StopProgressAnimationL());//also updates title
   953         }       
   955         }       
   954     WindowMgr().NotifyObserversL( EWindowActivate, WindowId() );
   956     WindowMgr().NotifyObserversL( EWindowActivate, WindowId() );
   955     }
   957     }
   956 
   958