diff options
Diffstat (limited to 'gui/ListWidget.cpp')
| -rw-r--r-- | gui/ListWidget.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp index fb01146b35..b477f4f9ea 100644 --- a/gui/ListWidget.cpp +++ b/gui/ListWidget.cpp @@ -85,6 +85,11 @@ void ListWidget::handleMouseUp(int x, int y, int button, int clickCount) } } +void ListWidget::handleMouseWheel(int x, int y, int direction) +{ + _scrollBar->handleMouseWheel(x, y, direction); +} + bool ListWidget::handleKeyDown(char key, int modifiers) { bool handled = true; |
