summaryrefslogtreecommitdiff
path: root/vcl/source/control/spinbtn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/spinbtn.cxx')
-rw-r--r--vcl/source/control/spinbtn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/spinbtn.cxx b/vcl/source/control/spinbtn.cxx
index 029c313219a8..1cea3469f31a 100644
--- a/vcl/source/control/spinbtn.cxx
+++ b/vcl/source/control/spinbtn.cxx
@@ -37,7 +37,7 @@ void SpinButton::ImplInit( vcl::Window* pParent, WinBits nStyle )
mnValueStep = 1;
maRepeatTimer.SetTimeout(GetSettings().GetMouseSettings().GetButtonStartRepeat());
- maRepeatTimer.SetTimeoutHdl(LINK(this, SpinButton, ImplTimeout));
+ maRepeatTimer.SetInvokeHandler(LINK(this, SpinButton, ImplTimeout));
mbRepeat = 0 != (nStyle & WB_REPEAT);