--- 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();
- }
-
+
}
//---------------------------------------------------------------------------