textinput/peninputarc/src/peninputlayoutcontrol/peninputfloatbubble.cpp
branchRCL_3
changeset 11 c8fb4cf7b3ae
parent 5 a47de9135b21
equal deleted inserted replaced
9:e6a39382bb9c 11:c8fb4cf7b3ae
    68 //
    68 //
    69 void CPeninputFloatingBubble::Draw( const TRect& aRect ) const
    69 void CPeninputFloatingBubble::Draw( const TRect& aRect ) const
    70     {
    70     {
    71     CWindowGc& gc = SystemGc();
    71     CWindowGc& gc = SystemGc();
    72     TRect rect = Rect();
    72     TRect rect = Rect();
    73     gc.Clear( rect ); 
    73     
       
    74     if ( !SupportTransparent() )
       
    75         {
       
    76         gc.Clear( rect ); 
       
    77         }
    74     
    78     
    75     //draw background
    79     //draw background
    76     if ( iBkgndSkinId.iMajor )
    80     if ( iBkgndSkinId.iMajor )
    77         {
    81         {
    78         TRect border = rect;
    82         TRect border = rect;