| Index: xfa/fwl/cfwl_form.cpp
|
| diff --git a/xfa/fwl/cfwl_form.cpp b/xfa/fwl/cfwl_form.cpp
|
| index dcb25556514cfd10ed09bea5cda74c7de1d524f8..a40f74e00c870998d93a8baf607b0a9dcba6de5f 100644
|
| --- a/xfa/fwl/cfwl_form.cpp
|
| +++ b/xfa/fwl/cfwl_form.cpp
|
| @@ -99,13 +99,6 @@ void CFWL_Form::DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) {
|
| param.m_iPart = CFWL_Part::Border;
|
| pTheme->DrawBackground(¶m);
|
| }
|
| - if ((m_pProperties->m_dwStyleExes & FWL_WGTSTYLE_EdgeMask) !=
|
| - FWL_WGTSTYLE_EdgeNone) {
|
| - param.m_iPart = CFWL_Part::Edge;
|
| - param.m_rtPart = GetEdgeRect();
|
| - param.m_dwStates = CFWL_PartState_Normal;
|
| - pTheme->DrawBackground(¶m);
|
| - }
|
| }
|
|
|
| CFWL_Widget* CFWL_Form::DoModal() {
|
|
|