equal
deleted
inserted
replaced
302 if ( AknsUtils::AvkonSkinEnabled() ) |
302 if ( AknsUtils::AvkonSkinEnabled() ) |
303 { |
303 { |
304 AknsUtils::GetCachedColor( AknsUtils::SkinInstance(), |
304 AknsUtils::GetCachedColor( AknsUtils::SkinInstance(), |
305 color, KAknsIIDQsnTextColors, iTextColorIndex ); |
305 color, KAknsIIDQsnTextColors, iTextColorIndex ); |
306 } |
306 } |
307 textLayout.DrawText(*gc, *iText, EFalse, color); |
307 textLayout.DrawText(*gc, *iText, ETrue, color); |
308 } |
308 } |
309 } |
309 } |
310 |
310 |
311 EXPORT_C void CBubbleCtrl::SetTextFormat(TAknTextLineLayout aTextFormat) |
311 EXPORT_C void CBubbleCtrl::SetTextFormat(TAknTextLineLayout aTextFormat) |
312 { |
312 { |