| Index: xfa/src/fwl/src/theme/pushbuttontp.cpp
|
| diff --git a/xfa/src/fwl/src/theme/pushbuttontp.cpp b/xfa/src/fwl/src/theme/pushbuttontp.cpp
|
| index db77f3ef27f5a6d9153674fd021578453683161c..fe142d241fe37253debcca0b79ed5827d9180af1 100644
|
| --- a/xfa/src/fwl/src/theme/pushbuttontp.cpp
|
| +++ b/xfa/src/fwl/src/theme/pushbuttontp.cpp
|
| @@ -103,7 +103,6 @@ FWL_ERR CFWL_PushButtonTP::Finalize() {
|
| return CFWL_WidgetTP::Finalize();
|
| }
|
| void CFWL_PushButtonTP::SetThemeData(FX_DWORD dwID) {
|
| - FX_ARGB* pData = (FX_ARGB*)&*m_pThemeData;
|
| if (dwID) {
|
| m_pThemeData->clrBorder[0] = ArgbEncode(255, 55, 98, 6);
|
| m_pThemeData->clrBorder[1] = ArgbEncode(255, 55, 98, 6);
|
|
|