diff -r 5a044f6358c2 -r 4baee4f15982 browserui/browser/BrowserAppSrc/BrowserContentViewContainer.cpp --- a/browserui/browser/BrowserAppSrc/BrowserContentViewContainer.cpp Thu Jul 15 18:42:04 2010 +0300 +++ b/browserui/browser/BrowserAppSrc/BrowserContentViewContainer.cpp Thu Aug 19 09:57:56 2010 +0300 @@ -541,16 +541,12 @@ iApiProvider.BrCtlInterface().SetRect( TRect( oldRect.iTl, Size() ) ); } } - - if ( iFindKeywordPane->IsFocused() ) - { + + if ( iFindKeywordPane->IsVisible() ) iFindKeywordPane->HandleFindSizeChanged(); - } - else - { + if ( iGotoPane->IsVisible() ) iGotoPane->HandleFindSizeChanged(); - } - + } //---------------------------------------------------------------------------