diff -r e7aa27f58ae1 -r e1b6206813b4 meetingrequest/mrgui/src/cmrresponsedialogview.cpp --- a/meetingrequest/mrgui/src/cmrresponsedialogview.cpp Tue Feb 02 00:02:40 2010 +0200 +++ b/meetingrequest/mrgui/src/cmrresponsedialogview.cpp Fri Feb 19 22:37:30 2010 +0200 @@ -177,10 +177,10 @@ CCoeControl::SetContainerWindowL( aContainer ); iEditor = new (ELeave )CEikRichTextEditor(); iEditor->ConstructL( this, 0, 0, CEikEdwin::ENoAutoSelection, 0, 0 ); + iEditor->SetContainerWindowL(*this); + iEditor->SetSize(Rect().Size()); + iEditor->SetSkinBackgroundControlContextL( iBgContext ); iEditor->SetFocus( ETrue ); - iEditor->SetContainerWindowL( *this ); - iEditor->SetSize( Rect().Size() ); - iEditor->SetSkinBackgroundControlContextL( iBgContext ); // Create vertical scrollbar for editor iScrollBarFrame = iEditor->CreateScrollBarFrameL();