Index: xfa/fwl/cfwl_pushbutton.cpp |
diff --git a/xfa/fwl/cfwl_pushbutton.cpp b/xfa/fwl/cfwl_pushbutton.cpp |
index 6f107c3f9ef383ad965c0bb0294b823e1bb19748..05f8d256c85f5e2272544ff17f469a265925f42e 100644 |
--- a/xfa/fwl/cfwl_pushbutton.cpp |
+++ b/xfa/fwl/cfwl_pushbutton.cpp |
@@ -68,10 +68,6 @@ void CFWL_PushButton::DrawWidget(CFX_Graphics* pGraphics, |
DrawBorder(pGraphics, CFWL_Part::Border, m_pProperties->m_pThemeProvider, |
pMatrix); |
} |
- if (HasEdge()) { |
- DrawEdge(pGraphics, CFWL_Part::Edge, m_pProperties->m_pThemeProvider, |
- pMatrix); |
- } |
DrawBkground(pGraphics, m_pProperties->m_pThemeProvider, pMatrix); |
} |