| Index: xfa/fwl/theme/cfwl_pictureboxtp.cpp
|
| diff --git a/xfa/fwl/theme/cfwl_pictureboxtp.cpp b/xfa/fwl/theme/cfwl_pictureboxtp.cpp
|
| index 75c60387b4414851aff41f19327d1976aac23279..1d2f2ecd9c2f8e4e77275c50964ca4778372b829 100644
|
| --- a/xfa/fwl/theme/cfwl_pictureboxtp.cpp
|
| +++ b/xfa/fwl/theme/cfwl_pictureboxtp.cpp
|
| @@ -27,11 +27,6 @@ void CFWL_PictureBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) {
|
| DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix);
|
| break;
|
| }
|
| - case CFWL_Part::Edge: {
|
| - DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(),
|
| - &pParams->m_rtPart, &pParams->m_matrix);
|
| - break;
|
| - }
|
| default:
|
| break;
|
| }
|
|
|