diff options
Diffstat (limited to 'src/ui/widget/spinbutton.h')
| -rw-r--r-- | src/ui/widget/spinbutton.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/widget/spinbutton.h b/src/ui/widget/spinbutton.h index 2833c413f..b32b8b9cc 100644 --- a/src/ui/widget/spinbutton.h +++ b/src/ui/widget/spinbutton.h @@ -46,7 +46,7 @@ public: connect_signals(); }; - ~SpinButton() override = default;; + ~SpinButton() override = default; // noncopyable SpinButton(const SpinButton&) = delete; @@ -84,8 +84,7 @@ protected: * @retval false continue with default handler. * @retval true don't call default handler. */ - bool on_my_scroll_event(GdkEventScroll* event); - + bool on_scroll_event(GdkEventScroll* event); /** * Handle specific keypress events, like Ctrl+Z. * |
