diff -r 6ceef9a83b1a -r 6defe5d1bd39 textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbubblectrl.cpp --- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbubblectrl.cpp Mon Mar 15 12:42:02 2010 +0200 +++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbubblectrl.cpp Wed Mar 31 22:08:20 2010 +0300 @@ -304,7 +304,7 @@ AknsUtils::GetCachedColor( AknsUtils::SkinInstance(), color, KAknsIIDQsnTextColors, iTextColorIndex ); } - textLayout.DrawText(*gc, *iText, EFalse, color); + textLayout.DrawText(*gc, *iText, ETrue, color); } }