equal
deleted
inserted
replaced
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 // --------------------------------------------------------------------------- |