browserui/browser/BrowserAppSrc/BrowserContentViewContainer.cpp
changeset 10 57d5b8e231c4
parent 0 84ad3b177aa3
child 15 e45c3f40ea5f
equal deleted inserted replaced
0:84ad3b177aa3 10:57d5b8e231c4
   636             iView->UpdateFullScreenL();
   636             iView->UpdateFullScreenL();
   637             iApiProvider.Display().RestoreTitleL();
   637             iApiProvider.Display().RestoreTitleL();
   638             }
   638             }
   639 
   639 
   640         SetRect(iView->ClientRect());
   640         SetRect(iView->ClientRect());
       
   641         
       
   642         if( iApiProvider.Preferences().SearchFeature() )
       
   643           {
       
   644           iGotoPane->SetTextModeItalicL();
       
   645           // To Avoid Flickring, only when layout changed. 
       
   646           iGotoPane->DrawNow();
       
   647           }
       
   648         
   641         DrawDeferred();
   649         DrawDeferred();
   642 
   650 
   643         // For Touch only-If find pane open, force toolbar to show since avkon disables
   651         // For Touch only-If find pane open, force toolbar to show since avkon disables
   644         // touch toolbar whenever a dialog is open and a rotate event is handled.
   652         // touch toolbar whenever a dialog is open and a rotate event is handled.
   645         // ** This workaround was provided by Avkon toolbar group
   653         // ** This workaround was provided by Avkon toolbar group