diff --git a/Libraries/LibGUI/AbstractView.cpp b/Libraries/LibGUI/AbstractView.cpp index a60f404e31..fa1eed45b2 100644 --- a/Libraries/LibGUI/AbstractView.cpp +++ b/Libraries/LibGUI/AbstractView.cpp @@ -571,7 +571,7 @@ void AbstractView::keydown_event(KeyEvent& event) } } - Widget::keydown_event(event); + ScrollableWidget::keydown_event(event); } void AbstractView::cancel_searching()