diff options
Diffstat (limited to 'gui/widgets/scrollcontainer.h')
-rw-r--r-- | gui/widgets/scrollcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/widgets/scrollcontainer.h b/gui/widgets/scrollcontainer.h index c4b2f716e6..49326ac6e9 100644 --- a/gui/widgets/scrollcontainer.h +++ b/gui/widgets/scrollcontainer.h @@ -50,6 +50,7 @@ public: Common::Rect getClipRect() const override; + void handleMouseWheel(int x, int y, int direction); protected: // We overload getChildY to make sure child widgets are positioned correctly. // Essentially this compensates for the space taken up by the tab title header. |