diff -r bd83ceabce89 -r 5a1685599b76 textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbubblectrl.cpp --- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbubblectrl.cpp Tue Sep 14 21:59:06 2010 +0300 +++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbubblectrl.cpp Wed Sep 15 12:34:44 2010 +0300 @@ -102,7 +102,9 @@ iForgroundBmp = aBmpId; iForgroundBmpMask = aMaskBmpId; - iBgSkinId = aBgSkinId; + iBgSkinId = aBgSkinId; + + iNeedRedraw = ETrue; } EXPORT_C void CBubbleCtrl::Popup(const TRect& aRect) @@ -276,7 +278,9 @@ iForgroundBmpMask = aMaskBmpId; iFirstBmpId = aFirstBmpId; iMiddleBmpId = aMiddleBmpId; - iLastBmpId = aLastBmpId; + iLastBmpId = aLastBmpId; + + iNeedRedraw = ETrue; } EXPORT_C void CBubbleCtrl::Close()