diff options
-rw-r--r-- | gui/ListWidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp index 154d7f88a7..d2bf44aa6d 100644 --- a/gui/ListWidget.cpp +++ b/gui/ListWidget.cpp @@ -471,6 +471,7 @@ void ListWidget::handleScreenChanged() { _scrollBar->resize(_w - _scrollBarWidth, 0, _scrollBarWidth, _h); scrollBarRecalc(); + scrollToCurrent(); } } // End of namespace GUI |