idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/src/xntexteditoradapter.cpp
branchRCL_3
changeset 23 7be2816dbabd
parent 17 b8fae6b8a148
child 26 1b758917cafc
equal deleted inserted replaced
19:79311d856354 23:7be2816dbabd
   228         }
   228         }
   229 
   229 
   230     // for RTL languages
   230     // for RTL languages
   231     iEditor->SetAknEditorLocalLanguage( User::Language() );
   231     iEditor->SetAknEditorLocalLanguage( User::Language() );
   232     ( AknLayoutUtils::LayoutMirrored() ? 
   232     ( AknLayoutUtils::LayoutMirrored() ? 
   233                         iEditor->SetAlignment( EHRightVCenter ) : 
   233                         iEditor->SetAlignment( EAknEditorAlignRight ) : 
   234                         iEditor->SetAlignment( EHLeftVCenter ) );
   234                         iEditor->SetAlignment( EAknEditorAlignLeft ) );
   235 
   235 
   236     iEditor->SetObserver( this );
   236     iEditor->SetObserver( this );
   237                                         
   237                                         
   238     // Default not focused                                  
   238     // Default not focused                                  
   239     iEditor->SetFocus( EFalse );                              
   239     iEditor->SetFocus( EFalse );