| Index: xfa/fwl/theme/cfwl_monthcalendartp.cpp
|
| diff --git a/xfa/fwl/theme/cfwl_monthcalendartp.cpp b/xfa/fwl/theme/cfwl_monthcalendartp.cpp
|
| index 3684e77c660854b0d51f771d1d016c51b046535b..13fabb34e53c42c594e9457d03543a7389ccca4f 100644
|
| --- a/xfa/fwl/theme/cfwl_monthcalendartp.cpp
|
| +++ b/xfa/fwl/theme/cfwl_monthcalendartp.cpp
|
| @@ -68,11 +68,6 @@ void CFWL_MonthCalendarTP::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: {
|
| DrawTotalBK(pParams, &pParams->m_matrix);
|
| break;
|
|
|