| Index: xfa/fwl/core/ifwl_pushbutton.cpp
|
| diff --git a/xfa/fwl/core/ifwl_pushbutton.cpp b/xfa/fwl/core/ifwl_pushbutton.cpp
|
| index da36e71b01b84a79e71c9dc21ff9f6d315d585a3..0b3b574743d79c0f133c6b2d2e8a621082d11943 100644
|
| --- a/xfa/fwl/core/ifwl_pushbutton.cpp
|
| +++ b/xfa/fwl/core/ifwl_pushbutton.cpp
|
| @@ -369,7 +369,8 @@ void IFWL_PushButton::UpdateTextOutStyles() {
|
| m_iTTOAlign = FDE_TTOALIGNMENT_BottomRight;
|
| break;
|
| }
|
| - default: {}
|
| + default:
|
| + break;
|
| }
|
| m_dwTTOStyles = FDE_TTOSTYLE_SingleLine;
|
| if (m_pProperties->m_dwStyleExes & FWL_WGTSTYLE_RTLReading) {
|
|
|