browserui/browser/BrowserAppSrc/BrowserGotoPane.cpp
branchRCL_3
changeset 35 5c11946e75b3
parent 27 481242ead638
child 36 c9249d037530
equal deleted inserted replaced
34:5dedbccec665 35:5c11946e75b3
   108         if ( iSearchEditor )
   108         if ( iSearchEditor )
   109             {
   109             {
   110             SetSearchTextL( KNullDesC );
   110             SetSearchTextL( KNullDesC );
   111             }
   111             }
   112         }
   112         }
   113 
   113     
       
   114     SetPointerCapture(aVisible);
   114     if (AknLayoutUtils::PenEnabled() &&  ( !iSearchEditor )  )
   115     if (AknLayoutUtils::PenEnabled() &&  ( !iSearchEditor )  )
   115         {
   116         {      
   116         SetPointerCapture(aVisible);
       
   117         if (aVisible)
   117         if (aVisible)
   118             {
   118             {
   119             ActivateVKB();
   119             ActivateVKB();
   120             }
   120             }
   121         }
   121         }