textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutpopupwnd.cpp
branchRCL_3
changeset 18 b1ea1642412e
parent 15 6c2c2d3ab788
child 20 ebd48d2de13c
equal deleted inserted replaced
16:857bebeecec0 18:b1ea1642412e
   633 void CFepLayoutPopupWnd::CPopupWndExt::SetRect(const TRect& aRect)
   633 void CFepLayoutPopupWnd::CPopupWndExt::SetRect(const TRect& aRect)
   634     {
   634     {
   635     iRect = aRect;
   635     iRect = aRect;
   636     if(iBitmap && iBitmap->SizeInPixels() != aRect.Size())
   636     if(iBitmap && iBitmap->SizeInPixels() != aRect.Size())
   637         {            
   637         {            
   638         ResizeBackupDeviceL(aRect.Size());
   638         TRAP_IGNORE(ResizeBackupDeviceL(aRect.Size()));
   639         }
   639         }
   640     }
   640     }
   641 //  End of File  
   641 //  End of File