meetingrequest/mrgui/mrfieldbuildercommon/src/cesmrrichtextviewer.cpp
branchRCL_3
changeset 34 cd2816114bd1
parent 33 da5135c61bad
child 19 b13141f05c3d
equal deleted inserted replaced
33:da5135c61bad 34:cd2816114bd1
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 *  Description : CEikRichTextEditor based Rich Text viewer
    14 *  Description : CEikRichTextEditor based Rich Text viewer
    15 *  Version     : %version: e002sa32#36 %
    15 *  Version     : %version: e002sa32#37 %
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 #include "cesmrrichtextviewer.h"
    19 #include "cesmrrichtextviewer.h"
    20 
    20 
   346 
   346 
   347                     if ( linkArea.Contains( aPointerEvent.iPosition ) )
   347                     if ( linkArea.Contains( aPointerEvent.iPosition ) )
   348                         {
   348                         {
   349                         if ( link != GetSelectedLink() )
   349                         if ( link != GetSelectedLink() )
   350                             {
   350                             {
       
   351                             iCntMenuHdlr->Reset();
   351                             iCntMenuHdlr->SetContactMenuObserver( this );
   352                             iCntMenuHdlr->SetContactMenuObserver( this );
   352                             HighlightLinkL( *link );
   353                             HighlightLinkL( *link );
   353                             DrawDeferred();
   354                             DrawDeferred();
   354                             }
   355                             }
   355 
   356