meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerfromfield.cpp
changeset 1 12c456ceeff2
parent 0 8466d47a6819
child 16 4ce476e64c59
equal deleted inserted replaced
0:8466d47a6819 1:12c456ceeff2
   328     FUNC_LOG;
   328     FUNC_LOG;
   329     CESMRField::SetOutlineFocusL ( aFocus );
   329     CESMRField::SetOutlineFocusL ( aFocus );
   330     if ( iRichTextViewer )
   330     if ( iRichTextViewer )
   331         {
   331         {
   332         iRichTextViewer->SetFocus( aFocus );
   332         iRichTextViewer->SetFocus( aFocus );
   333         }
   333     
   334     if ( aFocus )
   334 		if ( aFocus )
   335         {
   335 			{
   336         SetMiddleSoftKeyVisible( ETrue );
   336 			SetMiddleSoftKeyVisible( ETrue );
   337         }
   337 			}
   338     else
   338 		else
   339         {
   339 			{
   340         //need to tell action menu that focus has changed
   340 			//need to tell action menu that focus has changed
   341         iRichTextViewer->ResetActionMenuL();
   341 			iRichTextViewer->ResetActionMenuL();
   342         }
   342 			}
       
   343         }    
   343     }
   344     }
   344 
   345 
   345 // ---------------------------------------------------------------------------
   346 // ---------------------------------------------------------------------------
   346 // CESMRViewerFromField::SetContainerWindowL()
   347 // CESMRViewerFromField::SetContainerWindowL()
   347 // ---------------------------------------------------------------------------
   348 // ---------------------------------------------------------------------------