diff options
Diffstat (limited to 'Libraries/LibGUI/SpinBox.h')
-rw-r--r-- | Libraries/LibGUI/SpinBox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibGUI/SpinBox.h b/Libraries/LibGUI/SpinBox.h index f47b64b168..6f0fc900b7 100644 --- a/Libraries/LibGUI/SpinBox.h +++ b/Libraries/LibGUI/SpinBox.h @@ -49,6 +49,8 @@ public: protected: SpinBox(); + virtual void keydown_event(KeyEvent&) override; + virtual void mousewheel_event(MouseEvent&) override; virtual void resize_event(ResizeEvent&) override; private: |