| Index: xfa/fwl/basewidget/fwl_spinbuttonimp.cpp
|
| diff --git a/xfa/fwl/basewidget/fwl_spinbuttonimp.cpp b/xfa/fwl/basewidget/fwl_spinbuttonimp.cpp
|
| index 4eddce7439cfb37f627703895dcfae1529ad0cc2..8f93e04a35f19912f3e127c4d37d05bce165d0e9 100644
|
| --- a/xfa/fwl/basewidget/fwl_spinbuttonimp.cpp
|
| +++ b/xfa/fwl/basewidget/fwl_spinbuttonimp.cpp
|
| @@ -133,9 +133,8 @@ FWL_Error CFWL_SpinButtonImp::DrawWidget(CFX_Graphics* pGraphics,
|
| if (!pGraphics)
|
| return FWL_Error::Indefinite;
|
| CFX_RectF rtClip(m_rtClient);
|
| - if (pMatrix) {
|
| + if (pMatrix)
|
| pMatrix->TransformRect(rtClip);
|
| - }
|
| IFWL_ThemeProvider* pTheme = GetAvailableTheme();
|
| if (HasBorder()) {
|
| DrawBorder(pGraphics, CFWL_Part::Border, pTheme, pMatrix);
|
|
|