equal
deleted
inserted
replaced
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 |