meetingrequest/mrgui/src/cmrresponsedialogview.cpp
branchRCL_3
changeset 8 e1b6206813b4
parent 0 8466d47a6819
child 16 4ce476e64c59
--- 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();