| Index: xfa/fwl/theme/cfwl_barcodetp.cpp
|
| diff --git a/xfa/fwl/theme/cfwl_barcodetp.cpp b/xfa/fwl/theme/cfwl_barcodetp.cpp
|
| index f123857e517fe270937a03e224df1d0fa28f1e01..f0bb22fded4174aba10594696bddf7bdc54eec63 100644
|
| --- a/xfa/fwl/theme/cfwl_barcodetp.cpp
|
| +++ b/xfa/fwl/theme/cfwl_barcodetp.cpp
|
| @@ -27,11 +27,6 @@ void CFWL_BarcodeTP::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;
|
| - }
|
| case CFWL_Part::Background: {
|
| FillBackground(pParams->m_pGraphics, &pParams->m_rtPart,
|
| &pParams->m_matrix);
|
|
|