browserui/browser/BrowserAppSrc/BrowserContentViewContainer.cpp
branchRCL_3
changeset 46 4baee4f15982
parent 41 aead3f7e1bb0
equal deleted inserted replaced
45:5a044f6358c2 46:4baee4f15982
   539             {
   539             {
   540             const TRect& oldRect = iApiProvider.BrCtlInterface().Rect();
   540             const TRect& oldRect = iApiProvider.BrCtlInterface().Rect();
   541             iApiProvider.BrCtlInterface().SetRect( TRect( oldRect.iTl, Size() ) );
   541             iApiProvider.BrCtlInterface().SetRect( TRect( oldRect.iTl, Size() ) );
   542             }
   542             }
   543         }
   543         }
   544 
   544     
   545     if ( iFindKeywordPane->IsFocused() )
   545     if ( iFindKeywordPane->IsVisible() )
   546         {
       
   547         iFindKeywordPane->HandleFindSizeChanged();
   546         iFindKeywordPane->HandleFindSizeChanged();
   548         }
   547     if ( iGotoPane->IsVisible() ) 
   549     else
       
   550         {
       
   551         iGotoPane->HandleFindSizeChanged();
   548         iGotoPane->HandleFindSizeChanged();
   552         }
   549     
   553 
       
   554     }
   550     }
   555 
   551 
   556 //---------------------------------------------------------------------------
   552 //---------------------------------------------------------------------------
   557 // CBrowserContentViewContainer::CountComponentControls()
   553 // CBrowserContentViewContainer::CountComponentControls()
   558 // ---------------------------------------------------------------------------
   554 // ---------------------------------------------------------------------------