uifw/AvKon/src/aknmessagequerycontrol.cpp
branchRCL_3
changeset 59 978afdc0236f
parent 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
56:d48ab3b357f1 59:978afdc0236f
   206     /** The edwin rect is set totally from layout list_popup_info_pane. But
   206     /** The edwin rect is set totally from layout list_popup_info_pane. But
   207       * AknLayoutUtils::LayoutEdwin() is still used for setting its text color and font. 
   207       * AknLayoutUtils::LayoutEdwin() is still used for setting its text color and font. 
   208      **/ 
   208      **/ 
   209     AknLayoutUtils::LayoutEdwin( iEdwin, listPopupInfoPane.Rect(),
   209     AknLayoutUtils::LayoutEdwin( iEdwin, listPopupInfoPane.Rect(),
   210         TAknTextComponentLayout::Multiline(textComponentLayoutArray), EAknsCIQsnTextColorsCG19 );
   210         TAknTextComponentLayout::Multiline(textComponentLayoutArray), EAknsCIQsnTextColorsCG19 );
   211     iEdwin->SetSuppressFormatting(ETrue);
       
   212     iEdwin->SetRect( listPopupInfoPane.Rect() );
   211     iEdwin->SetRect( listPopupInfoPane.Rect() );
   213     iEdwin->SetSuppressFormatting(EFalse);
       
   214     textComponentLayoutArray.Close();
   212     textComponentLayoutArray.Close();
   215     }    
   213     }    
   216 
   214 
   217 TKeyResponse CAknMessageQueryControl::OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode /*aModifiers*/ )
   215 TKeyResponse CAknMessageQueryControl::OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode /*aModifiers*/ )
   218     {
   216     {