| Index: xfa/fwl/core/cfwl_spinbutton.h
|
| diff --git a/xfa/fwl/core/cfwl_spinbutton.h b/xfa/fwl/core/cfwl_spinbutton.h
|
| index 2993663a58640132783cc8d9f26ea21f3991d583..fd2f02e998352606089d7212770a6f5a09124ff6 100644
|
| --- a/xfa/fwl/core/cfwl_spinbutton.h
|
| +++ b/xfa/fwl/core/cfwl_spinbutton.h
|
| @@ -44,8 +44,9 @@ class CFWL_SpinButton : public CFWL_Widget {
|
| };
|
| friend class CFWL_SpinButton::Timer;
|
|
|
| - void EnableButton(bool bEnable, bool bUp = true);
|
| - bool IsButtonEnabled(bool bUp = true);
|
| + void DisableButton();
|
| + bool IsUpButtonEnabled();
|
| + bool IsDownButtonEnabled();
|
| void DrawUpButton(CFX_Graphics* pGraphics,
|
| IFWL_ThemeProvider* pTheme,
|
| const CFX_Matrix* pMatrix);
|
|
|